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

/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c302 for (; iep; iep = iep->ie_next) {
430 for (ep = app->input_list[fdlp->fd]; ep; ep = ep->ie_next)
510 for (ep = app->input_list[ii]; ep; ep = ep->ie_next)
1058 sptr->ie_next = app->input_list[source];
1062 if (sptr->ie_next == NULL)
1103 for (lptr = NULL; sptr; sptr = sptr->ie_next) {
1109 app->input_list[source] = sptr->ie_next;
1112 lptr->ie_next = sptr->ie_next;
1115 for (lptr = app->input_list[source]; lptr; lptr = lptr->ie_next)
[all...]
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h97 struct _InputEvent *ie_next; member in struct:_InputEvent

Completed in 5 milliseconds