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

/xsrc/external/mit/libXt/dist/src/
H A DTMprint.c361 StatePtr *state_return, /* state to print, usually startState */
366 StatePtr startState = state; local in function:LookAheadForCycleOrMulticlick
367 Boolean isCycle = startState->isCycleEnd;
372 sTypeMatch = TMGetTypeMatch(startState->typeIndex);
373 sModMatch = TMGetModifierMatch(startState->modIndex);
375 *state_return = startState;
391 if ((startState->typeIndex == state->typeIndex) &&
392 (startState->modIndex == state->modIndex)) {

Completed in 3 milliseconds