Home
last modified time | relevance | path

Searched refs:ie_oq (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DNextEvent.c441 ep->ie_oq = app->outstandingQueue; in FindInputs()
517 for (oq = app->outstandingQueue; oq; oq = oq->ie_oq) in FindInputs()
521 ep->ie_oq = app->outstandingQueue; in FindInputs()
1060 sptr->ie_oq = NULL; in XtAppAddInput()
1097 for (; sptr != NULL; sptr = sptr->ie_oq) { in XtRemoveInput()
1100 app->outstandingQueue = sptr->ie_oq; in XtRemoveInput()
1102 lptr->ie_oq = sptr->ie_oq; in XtRemoveInput()
1184 app->outstandingQueue = ie_ptr->ie_oq; \ in DoOtherSources()
1185 ie_ptr ->ie_oq = NULL; \ in DoOtherSources()
1398 app->outstandingQueue = ie_ptr->ie_oq; in XtAppProcessEvent()
[all …]
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DInitialI.h98 struct _InputEvent *ie_oq; member