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

/xsrc/external/mit/libXt/dist/src/
H A DTMaction.c157 TMSimpleStateTree stateTree; local in function:ReportUnboundActions
172 stateTree = (TMSimpleStateTree) xlations->stateTreeTbl[i];
173 for (j = 0; j < stateTree->numQuarks; j++) {
175 String s = XrmQuarkToString(stateTree->quarkTbl[j]);
198 stateTree = (TMSimpleStateTree) xlations->stateTreeTbl[i];
199 for (j = 0; j < stateTree->numQuarks; j++) {
201 String s = XrmQuarkToString(stateTree->quarkTbl[j]);
244 BindActions(TMSimpleStateTree stateTree, argument
250 register int unbound = (int) (stateTree->numQuarks - *ndxP);
255 for (ndx = *ndxP; ndx < stateTree
289 TMStateTree stateTree; member in struct:_TMBindCacheRec
311 BindProcs(Widget widget,TMSimpleStateTree stateTree,XtActionProc * procs,TMBindCacheStatus bindStatus) argument
374 TryBindCache(Widget widget,TMStateTree stateTree) argument
424 EnterBindCache(Widget w,TMSimpleStateTree stateTree,XtActionProc * procs,TMBindCacheStatus bindStatus) argument
588 TMSimpleStateTree stateTree; local in function:_XtBindActions
[all...]
H A DTMprint.c427 TMStateTree stateTree,
464 ((TMSimpleStateTree) stateTree)->quarkTbl,
483 stateTree, accelWidget, dpy);
506 TMComplexStateTree stateTree; local in function:FindNextMatch
508 stateTree = (TMComplexStateTree)
510 prBranchHead = &(stateTree->branchHeadTbl[printData[i].bIndex]);
519 currState = TMComplexBranchHead(stateTree, prBranchHead);
547 TMComplexStateTree stateTree; local in function:ProcessLaterMatches
552 stateTree = (TMComplexStateTree) xlations->stateTreeTbl[i];
554 matchBranch = &stateTree
424 PrintComplexState(TMStringBuf sb,Boolean includeRHS,StatePtr state,TMStateTree stateTree,Widget accelWidget,Display * dpy) argument
591 TMComplexStateTree stateTree; local in function:ProcessStateTree
630 TMComplexStateTree stateTree = (TMComplexStateTree) tree; local in function:PrintState
704 TMSimpleStateTree stateTree = (TMSimpleStateTree) local in function:_XtPrintXlations
805 TMSimpleStateTree stateTree = (TMSimpleStateTree) local in function:_XtDisplayInstalledAccelerators
833 _XtPrintState(TMStateTree stateTree,TMBranchHead branchHead) argument
[all...]
H A DTMstate.c404 * This is called from the SimpleStateHandler to match a stateTree
408 MatchBranchHead(TMSimpleStateTree stateTree, int startIndex, TMEventPtr event) argument
410 TMBranchHead branchHead = &stateTree->branchHeadTbl[startIndex];
414 for (i = startIndex; i < (int) stateTree->numBranchHeads; i++, branchHead++) {
594 TMSimpleStateTree stateTree,
620 XrmQuarkToString(stateTree->quarkTbl[actions->idx]);
745 MatchExact(TMSimpleStateTree stateTree, argument
750 TMBranchHead branchHead = &(stateTree->branchHeadTbl[startIndex]);
753 for (i = startIndex; i < (int) stateTree->numBranchHeads; i++, branchHead++) {
779 TMSimpleStateTree stateTree local in function:HandleSimpleState
592 HandleActions(Widget w,XEvent * event,TMSimpleStateTree stateTree,Widget accelWidget,XtActionProc * procs,ActionRec * actions) argument
874 MatchComplexBranch(TMComplexStateTree stateTree,int startIndex,TMContext context,StatePtr * leafStateRtn) argument
1092 TMComplexStateTree stateTree = (TMComplexStateTree) tree; local in function:_XtTraverseStateTree
1226 TMStateTree stateTree = xlations->stateTreeTbl[i]; local in function:_XtInstallTranslations
1277 TMSimpleStateTree stateTree = local in function:_XtRemoveTranslations
1455 AmbigActions(EventSeqPtr initialEvent,StatePtr * state,TMParseStateTree stateTree) argument
1484 _XtAddEventSeqToStateTree(EventSeqPtr eventSeq,TMParseStateTree stateTree) argument
2072 TMComplexStateTree stateTree = (TMComplexStateTree) tree; local in function:RemoveStateTree
[all...]

Completed in 6 milliseconds