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

/xsrc/external/mit/libXt/dist/include/X11/
H A DTranslateI.h134 MatchProc matchEvent; member in struct:_TMTypeMatchRec
272 MatchProc matchEvent; member in struct:_EventRec
/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c90 (typeMatch->matchEvent != NULL) && \
91 (*typeMatch->matchEvent)(typeMatch, modMatch, tmEvent))
262 event->matchEvent == typeMatch->matchEvent) {
288 typeMatch->matchEvent = event->matchEvent;
500 tmEvent->event.matchEvent = NULL;
H A DTMprint.c412 || typeMatch->matchEvent != sTypeMatch->matchEvent
H A DTMparse.c1035 event->event.matchEvent = _XtMatchUsingStandardMods;
1037 event->event.matchEvent = _XtMatchUsingDontCareMods;
1158 event->event.matchEvent = _XtMatchAtom;
1252 event->event.matchEvent = _XtMatchUsingStandardMods;

Completed in 9 milliseconds