Lines Matching refs:stateTree
427 TMStateTree stateTree,
464 ((TMSimpleStateTree) stateTree)->quarkTbl,
483 stateTree, accelWidget, dpy);
506 TMComplexStateTree stateTree;
508 stateTree = (TMComplexStateTree)
510 prBranchHead = &(stateTree->branchHeadTbl[printData[i].bIndex]);
519 currState = TMComplexBranchHead(stateTree, prBranchHead);
547 TMComplexStateTree stateTree;
552 stateTree = (TMComplexStateTree) xlations->stateTreeTbl[i];
554 matchBranch = &stateTree->branchHeadTbl[bIndex];
559 for (branchHead = &stateTree->branchHeadTbl[j];
560 j < (int) stateTree->numBranchHeads; j++, branchHead++) {
566 state = TMComplexBranchHead(stateTree, branchHead);
591 TMComplexStateTree stateTree;
595 stateTree = (TMComplexStateTree) xlations->stateTreeTbl[tIndex];
597 for (i = 0, branchHead = stateTree->branchHeadTbl;
598 i < (int) stateTree->numBranchHeads; i++, branchHead++) {
602 state = TMComplexBranchHead(stateTree, branchHead);
630 TMComplexStateTree stateTree = (TMComplexStateTree) tree;
646 PrintActions(sb, &actRec, stateTree->quarkTbl, accelWidget);
657 StatePtr state = TMComplexBranchHead(stateTree, branchHead);
704 TMSimpleStateTree stateTree = (TMSimpleStateTree)
706 TMBranchHead branchHead = &stateTree->branchHeadTbl[prints[i].bIndex];
719 PrintState(sb, (TMStateTree) stateTree, branchHead,
805 TMSimpleStateTree stateTree = (TMSimpleStateTree)
807 TMBranchHead branchHead = &stateTree->branchHeadTbl[prints[i].bIndex];
811 PrintState(sb, (TMStateTree) stateTree, branchHead, True,
833 _XtPrintState(TMStateTree stateTree, TMBranchHead branchHead)
839 PrintState(sb, stateTree, branchHead,