Lines Matching refs:modIndex
99 TMShortCard modIndex,
117 (branchHead->modIndex == modIndex))
152 branchHead->modIndex = modIndex;
208 TMShortCard modIndex _X_UNUSED)
338 TMShortCard modIndex = 0;
346 modIndex < _XtGlobalTM.numModMatches && j < TM_MOD_SEGMENT_SIZE;
347 j++, modIndex++) {
366 return modIndex;
400 return modIndex;
419 modMatch = TMGetModifierMatch(branchHead->modIndex);
648 TMShortCard modIndex;
715 context->matches[context->numMatches++].modIndex = newState->modIndex;
748 TMShortCard modIndex)
755 (branchHead->modIndex == modIndex))
771 TMShortCard typeIndex = 0, modIndex = 0;
791 MatchExact(stateTree, currIndex, typeIndex, modIndex);
832 modIndex = branchHead->modIndex;
892 (statMatch->modIndex != candState->modIndex))
928 modMatch = TMGetModifierMatch(candState->modIndex);
949 nextModMatch = TMGetModifierMatch(nextState->modIndex);
1068 TMShortCard modIndex)
1078 state->modIndex = modIndex;
1123 dummyState->modIndex = currBH->modIndex;
1193 TMGetModifierMatch(state->modIndex));
1489 TMShortCard idx, modIndex, typeIndex;
1502 modIndex = _XtGetModifierIndex(&eventSeq->event);
1503 idx = GetBranchHead(stateTree, typeIndex, modIndex, False);
1529 GetComplexBranchIndex(stateTree, typeIndex, modIndex), 13);
1533 *state = NewState(stateTree, typeIndex, modIndex);
1557 modIndex = _XtGetModifierIndex(&eventSeq->event);
1564 (void) GetBranchHead(stateTree, typeIndex, modIndex, True);