Home
last modified time | relevance | path

Searched refs:QueuedAfterReading (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/x11/libX11/libX11-1.7.2/src/
H A DChkTypEv.c69 _XEventsQueued(dpy, QueuedAfterReading); in XCheckTypedEvent()
H A DChkIfEv.c71 _XEventsQueued(dpy, QueuedAfterReading); in XCheckIfEvent()
H A DChkTypWEv.c71 _XEventsQueued(dpy, QueuedAfterReading); in XCheckTypedWindowEvent()
H A DChkMaskEv.c78 _XEventsQueued(dpy, QueuedAfterReading); in XCheckMaskEvent()
H A DChkWinEv.c79 _XEventsQueued(dpy, QueuedAfterReading); in XCheckWindowEvent()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/input/
H A DChkNotMaskEv.c94 _XEventsQueued(dpy, QueuedAfterReading); in XCheckNotMaskEvent()
/dports/lang/seed7/seed7/src/
H A Dgkb_x11.c1952 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
1959 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
1974 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
1987 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2004 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2015 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2025 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2091 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2099 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
2141 num_events = XEventsQueued(mydisplay, QueuedAfterReading); in processEvents()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/unix/
H A DtkUnixEvent.c118 numFound = XEventsQueued(dispPtr->display, QueuedAfterReading);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/unix/
H A DtkUnixEvent.c118 numFound = XEventsQueued(dispPtr->display, QueuedAfterReading);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/unix/
H A DtkUnixEvent.c118 numFound = XEventsQueued(dispPtr->display, QueuedAfterReading);
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Devent.c177 if( XEventsQueued( display, QueuedAfterReading ) > 0 ) in EventHandler()
258 if( XEventsQueued( display, QueuedAfterReading ) > 0 ) in DisabledEventHandler()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DNextEvent.c406 XEventsQueued(app->list[ii], QueuedAfterReading)) { in FindInputs()
477 (app->list[dd], QueuedAfterReading)) in FindInputs()
681 if (XEventsQueued(app->list[dd], QueuedAfterReading)) { in _XtWaitForSomething()
1303 if (XEventsQueued(app->list[d], QueuedAfterReading)) in XtAppNextEvent()
1409 if (XEventsQueued(app->list[d], QueuedAfterReading)) in XtAppProcessEvent()
1464 if (XEventsQueued(app->list[d], QueuedAfterReading)) { in XtAppPending()
1576 if (XEventsQueued(app->list[d], QueuedAfterReading)) in XtAppPeekEvent()
/dports/games/xdigger/xdigger-1.0.10/
H A Dtitle.c92 if (!XEventsQueued(display, QueuedAfterReading)) in Title()
/dports/graphics/xpx/xpx/
H A Dmain.c741 if (XEventsQueued(dsp, QueuedAfterReading) == 0) {
794 if (XEventsQueued(ev.xcrossing.display, QueuedAfterReading) > 0) {
811 XEventsQueued(ev.xmotion.display, QueuedAfterReading) > 0) {
/dports/games/xblast/xblast-2.10.4/
H A Dx11_event.c723 int num_queued = XEventsQueued (dpy, QueuedAfterReading); in GUI_WaitEvent()
758 int num_queued = XEventsQueued (dpy, QueuedAfterReading); in GUI_PeekEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java293 public static final int QueuedAfterReading = 1; field in XConstants
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java293 public static final int QueuedAfterReading = 1; field in XConstants
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java293 public static final int QueuedAfterReading = 1; field in XConstants

123456789