Searched defs:qelt (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c800 register _XQEvent *qelt; local
803 if (qelt = _qfree) {
805 _qfree = qelt->next;
807 else if ((qelt =
813 qelt->next = NULL;
815 if ((*dpy->event_vec[event->u.u.type & 0177])(dpy, &qelt->event, event)) {
816 if (dpy->tail) dpy->tail->next = qelt;
817 else dpy->head = qelt;
819 dpy->tail = qelt;
823 qelt
1620 register _XQEvent *qelt = _qfree; local
[all...]

Completed in 11 milliseconds