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

/xsrc/external/mit/libXt/dist/src/
H A DEvent.c1282 XEvent nextEvent; local in function:DispatchEvent
1283 XPeekEvent(event->xcrossing.display, &nextEvent);
1285 if (nextEvent.type == LeaveNotify &&
1286 event->xcrossing.window == nextEvent.xcrossing.window &&
1287 nextEvent.xcrossing.mode == NotifyNormal &&
1289 nextEvent.xcrossing.detail != NotifyInferior) ||
1291 nextEvent.xcrossing.detail == NotifyInferior))) {
1293 XNextEvent(event->xcrossing.display, &nextEvent);
1303 XEvent nextEvent; local in function:DispatchEvent
1304 XPeekEvent(event->xmotion.display, &nextEvent);
[all...]
H A DTMparse.c1611 EventSeqPtr *nextEvent = eventSeqP; local in function:ParseEventSeq
1639 *nextEvent = event;
1641 nextEvent = &event->next;
1664 *nextEvent = event;
1668 nextEvent = &event->next;

Completed in 9 milliseconds