Lines Matching refs:nextState
941 StatePtr nextState = candState->nextLevel;
944 if (nextState != NULL) {
948 nextTypeMatch = TMGetTypeMatch(nextState->typeIndex);
949 nextModMatch = TMGetModifierMatch(nextState->modIndex);
961 if (nextState->actions) {
2079 StatePtr currState, nextState;
2083 currState = nextState = stateTree->complexBranchHeadTbl[i];
2084 for (; nextState;) {
2088 nextState = currState->nextLevel;
2090 nextState = NULL;