Searched refs:nextLevel (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMprint.c377 for (state = state->nextLevel; state != NULL; state = state->nextLevel) {
433 StatePtr nextLevel = NULL; local in function:PrintComplexState
441 &nextLevel);
452 if (!state->actions && nextLevel)
453 state = nextLevel;
455 state = state->nextLevel; /* should be trigger state */
470 if (state->nextLevel && !cycle && !clickCount)
481 if (state->nextLevel && !cycle && !clickCount)
482 PrintComplexState(sb, includeRHS, state->nextLevel,
493 FindNextMatch(PrintRec * printData,TMShortCard numPrints,XtTranslations xlations,TMBranchHead branchHead,StatePtr nextLevel,TMShortCard startIndex) argument
[all...]
H A DTMstate.c890 numMatches--, statMatch++, candState = candState->nextLevel) {
941 StatePtr nextState = candState->nextLevel;
1020 matchState = matchState->nextLevel;
1079 state->nextLevel = NULL;
1104 for (; currState; currState = currState->nextLevel) {
1555 state = &(*state)->nextLevel;
1572 (*state)->nextLevel = eventSeq->state;
2088 nextState = currState->nextLevel;
/xsrc/external/mit/libXt/dist/include/X11/
H A DTranslateI.h109 StatePtr nextLevel; member in struct:_XtStateRec

Completed in 6 milliseconds