HomeSort by: relevance | last modified time | path
    Searched refs:currState (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
TMprint.c 501 StatePtr currState, candState;
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->modIndex != candState->modIndex)
    [all...]
TMstate.c 796 StatePtr currState;
800 currState = NULL;
802 currState = ((TMComplexStateTree) stateTree)
817 actions = currState->actions;
841 complexMatchState = currState;
1098 StatePtr currState;
1103 currState = stateTree->complexBranchHeadTbl[i];
1104 for (; currState; currState = currState->nextLevel)
    [all...]

Completed in 6 milliseconds