Searched refs:typeMatch (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMgrab.c | 88 TMTypeMatch typeMatch, 110 (KeySym) typeMatch->eventCode, &keycodes, &keycount); 128 if (keysym == typeMatch->eventCode) { 144 if (keysym == typeMatch->eventCode) { 181 TMTypeMatch typeMatch; local in function:DoGrab 187 typeMatch = TMGetTypeMatch(typeIndex); 198 switch (typeMatch->eventType) { 211 (int) typeMatch->eventCode, 223 GrabAllCorrectKeys(widget, typeMatch, modMatch, grabP); 87 GrabAllCorrectKeys(Widget widget,TMTypeMatch typeMatch,TMModifierMatch modMatch,GrabActionRec * grabP) argument
|
| H A D | TMprint.c | 277 register TMTypeMatch typeMatch, 287 PrintEventType(sb, typeMatch->eventType); 288 switch (typeMatch->eventType) { 291 PrintKeysym(sb, (KeySym) typeMatch->eventCode); 299 PrintAtom(sb, dpy, (Atom) typeMatch->eventCode); 303 PrintCode(sb, typeMatch->eventCodeMask, typeMatch->eventCode); 378 TMTypeMatch typeMatch = TMGetTypeMatch(state->typeIndex); local in function:LookAheadForCycleOrMulticlick 396 else if (typeMatch->eventType == _XtEventTimerEventType) 401 unsigned int t = (unsigned) typeMatch 276 PrintEvent(TMStringBuf sb,register TMTypeMatch typeMatch,register TMModifierMatch modMatch,Display * dpy) argument 866 TMTypeMatch typeMatch; local in function:_XtPrintEventSeq [all...] |
| H A D | TMstate.c | 88 #define MatchIncomingEvent(tmEvent, typeMatch, modMatch) \ 89 (typeMatch->eventType == tmEvent->event.eventType && \ 90 (typeMatch->matchEvent != NULL) && \ 91 (*typeMatch->matchEvent)(typeMatch, modMatch, tmEvent)) 249 TMTypeMatch typeMatch; local in function:_XtGetTypeIndex 258 typeMatch = &(segment[j]); 259 if (event->eventType == typeMatch->eventType && 260 event->eventCode == typeMatch->eventCode && 261 event->eventCodeMask == typeMatch 415 TMTypeMatch typeMatch; local in function:MatchBranchHead 431 _XtRegularMatch(TMTypeMatch typeMatch,TMModifierMatch modMatch,TMEventPtr eventSeq) argument 456 _XtMatchAtom(TMTypeMatch typeMatch,TMModifierMatch modMatch _X_UNUSED,TMEventPtr eventSeq) argument 913 TMTypeMatch typeMatch; local in function:TryCurrentTree 1014 TMTypeMatch typeMatch; local in function:HandleComplexState 1132 EventToMask(TMTypeMatch typeMatch,TMModifierMatch modMatch) argument [all...] |
| H A D | TMkey.c | 250 _XtMatchUsingDontCareMods(TMTypeMatch typeMatch, argument 281 if ((keysym_return & typeMatch->eventCodeMask) == typeMatch->eventCode) { 309 (typeMatch->eventCode & typeMatch->eventCodeMask)) { 339 (typeMatch->eventCode & typeMatch->eventCodeMask)) { 379 _XtMatchUsingStandardMods(TMTypeMatch typeMatch, argument 415 if ((typeMatch->eventCode & typeMatch [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | TranslateI.h | 75 typedef Boolean (*MatchProc)(TMTypeMatch typeMatch, 406 TMTypeMatch /* typeMatch */, 412 TMTypeMatch /* typeMatch */, 418 TMTypeMatch /* typeMatch */, 424 TMTypeMatch /* typeMatch */,
|
Completed in 7 milliseconds