Lines Matching refs:candState
884 StatePtr candState;
888 for (candState = stateTree->complexBranchHeadTbl[i];
889 numMatches && candState;
890 numMatches--, statMatch++, candState = candState->nextLevel) {
891 if ((statMatch->typeIndex != candState->typeIndex) ||
892 (statMatch->modIndex != candState->modIndex))
896 *leafStateRtn = candState;
911 StatePtr candState = NULL, matchState = NULL;
924 ++currIndex, (*contextPtr), &candState))
926 if (candState != NULL) {
927 typeMatch = TMGetTypeMatch(candState->typeIndex);
928 modMatch = TMGetModifierMatch(candState->modIndex);
932 if (candState->actions) {
934 return candState;
937 matchState = candState;
941 StatePtr nextState = candState->nextLevel;
963 return candState;
966 matchState = candState;
983 StatePtr matchState = NULL, candState;
994 (candState = TryCurrentTree(stateTreePtr, tmRecPtr, curEventPtr))) {
995 if (!matchState || candState->actions) {
997 matchState = candState;
998 if (candState->actions)