Searched refs:currIndex (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c778 int currIndex = -1; local in function:HandleSimpleState
787 ((!match || !complexMatchState) && (currIndex != TM_NO_MATCH))) {
788 currIndex++;
790 currIndex =
791 MatchExact(stateTree, currIndex, typeIndex, modIndex);
793 currIndex = MatchBranchHead(stateTree, currIndex, curEventPtr);
794 if (currIndex != TM_NO_MATCH) {
798 branchHead = &stateTree->branchHeadTbl[currIndex];
915 int currIndex local in function:TryCurrentTree
1683 UnmergeTranslations(Widget widget,XtTranslations xlations,XtTranslations unmergeXlations,TMShortCard currIndex,TMComplexBindProcs oldBindings,TMShortCard numOldBindings,TMComplexBindProcs newBindings,TMShortCard * numNewBindingsRtn) argument
[all...]

Completed in 4 milliseconds