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

/xsrc/external/mit/libXt/dist/src/
H A DTMprint.c501 StatePtr currState, candState; local in function:FindNextMatch
519 currState = TMComplexBranchHead(stateTree, prBranchHead);
520 currState = currState->nextLevel;
523 ((currState && !currState->isCycleEnd) &&
525 currState = currState->nextLevel,
527 if ((currState->typeIndex != candState->typeIndex) ||
528 (currState
[all...]
H A DTMstate.c796 StatePtr currState; local in function:HandleSimpleState
800 currState = NULL;
802 currState = ((TMComplexStateTree) stateTree)
817 actions = currState->actions;
841 complexMatchState = currState;
1098 StatePtr currState; local in function:_XtTraverseStateTree
1103 currState = stateTree->complexBranchHeadTbl[i];
1104 for (; currState; currState = currState
2079 StatePtr currState, nextState; local in function:RemoveStateTree
[all...]

Completed in 5 milliseconds