Home
last modified time | relevance | path

Searched refs:_XtGlobalTM (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DTMstate.c89 TMGlobalRec _XtGlobalTM = { 0 }; variable
155 _XtGlobalTM.numBranchHeads++; in GetBranchHead()
295 _XtGlobalTM.typeMatchSegmentTbl[_XtGlobalTM.numTypeMatchSegments++] = in _XtGetTypeIndex()
305 _XtGlobalTM.numTypeMatches++; in _XtGetTypeIndex()
397 _XtGlobalTM.modMatchSegmentTbl[_XtGlobalTM.numModMatchSegments++] = in _XtGetModifierIndex()
411 _XtGlobalTM.numLateBindings++; in _XtGetModifierIndex()
414 _XtGlobalTM.numModMatches++; in _XtGetModifierIndex()
1090 _XtGlobalTM.numComplexStates++; in NewState()
1384 if (_XtGlobalTM.numTms == _XtGlobalTM.tmTblSize) { in _XtCreateXlations()
1385 _XtGlobalTM.tmTblSize = (TMShortCard) (_XtGlobalTM.tmTblSize + 16); in _XtCreateXlations()
[all …]
H A DTMaction.c464 if (_XtGlobalTM.numBindCache == _XtGlobalTM.bindCacheTblSize) { in EnterBindCache()
465 _XtGlobalTM.bindCacheTblSize = in EnterBindCache()
466 (TMShortCard) (_XtGlobalTM.bindCacheTblSize + 16); in EnterBindCache()
467 _XtGlobalTM.bindCacheTbl = (TMBindCache *) in EnterBindCache()
468 XtRealloc((char *) _XtGlobalTM.bindCacheTbl, in EnterBindCache()
472 _XtGlobalTM.bindCacheTbl[_XtGlobalTM.numBindCache++] = bindCache; in EnterBindCache()
501 TMBindCache *tbl = _XtGlobalTM.bindCacheTbl; in RemoveFromBindCache()
503 for (j = 0; j < _XtGlobalTM.numBindCache; j++) { in RemoveFromBindCache()
512 _XtGlobalTM.numBindCache--; in RemoveFromBindCache()
913 _XtGlobalTM.newMatchSemantics = True; in _XtPopupInitialize()
[all …]
H A DTMprint.c614 if (_XtGlobalTM.newMatchSemantics == False) in ProcessStateTree()
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DTranslateI.h344 extern TMGlobalRec _XtGlobalTM;
351 &((_XtGlobalTM.typeMatchSegmentTbl[((idx) >> 4)])[(idx) & 15]))
354 &((_XtGlobalTM.modMatchSegmentTbl[(idx) >> 4])[(idx) & 15]))
357 #define TMNewMatchSemantics() (_XtGlobalTM.newMatchSemantics)