Searched refs:xReply (Results 1 - 25 of 191) sorted by relevance

12345678

/xsrc/external/mit/libX11/dist/src/
H A DQuKeybd.c46 (void) _XReply(dpy, (xReply *)&rep,
47 (SIZEOF(xQueryKeymapReply) - SIZEOF(xReply)) >> 2, xTrue);
H A DGetSOwner.c41 if (_XReply(dpy, (xReply *)&rep, 0, xTrue) == 0) rep.owner = None;
H A DGetKCnt.c41 (void) _XReply (dpy, (xReply *) &rep,
42 (SIZEOF(xGetKeyboardControlReply) - SIZEOF(xReply)) >> 2, xTrue);
H A DGetIFocus.c42 (void) _XReply (dpy, (xReply *)&rep, 0, xTrue);
H A DGetPCnt.c44 (void) _XReply (dpy, (xReply *)&rep, 0, xTrue);
H A DGetSSaver.c47 (void) _XReply (dpy, (xReply *)&rep, 0, xTrue);
H A DGrKeybd.c51 if (_XReply (dpy, (xReply *) &rep, 0, xTrue) == 0)
H A DQuBest.c50 if (_XReply (dpy, (xReply *)&rep, 0, xTrue) == 0) {
H A DQuCurShp.c49 if (_XReply (dpy, (xReply *)&rep, 0, xTrue) == 0) {
H A DQuStipShp.c49 if (_XReply (dpy, (xReply *)&rep, 0, xTrue) == 0) {
H A DQuTileShp.c49 if (_XReply (dpy, (xReply *)&rep, 0, xTrue) == 0) {
H A DAllCells.c53 status = _XReply(dpy, (xReply *)&rep, 0, xFalse);
H A DAllPlanes.c59 status = _XReply(dpy, (xReply *)&rep, 0, xFalse);
H A DGetAtomNm.c67 if (_XReply(dpy, (xReply *)&rep, 0, xFalse) == 0) {
98 register xReply *rep,
122 (SIZEOF(xGetAtomNameReply) - SIZEOF(xReply)) >> 2,
169 if (_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
H A DGetGeom.c47 if (!_XReply (dpy, (xReply *)&rep, 0, xTrue)) {
/xsrc/external/mit/libXTrap/dist/src/
H A DXERqsts.c150 SIZEOF(xReply) + SIZEOF(CARD32) -1 ) / SIZEOF(CARD32);
155 status = _XReply(dpy,(xReply *)&rep,numlongs,xTrue);
170 SIZEOF(xReply) + SIZEOF(CARD32) -1 ) / SIZEOF(CARD32);
175 status = _XReply(dpy,(xReply *)&rep,numlongs,xTrue);
247 SIZEOF(xReply) + SIZEOF(CARD32) - 1) / SIZEOF(CARD32);
251 status = _XReply(dpy,(xReply *)&rep,numlongs,xTrue);
331 SIZEOF(xReply) + SIZEOF(CARD32) -1 ) / SIZEOF(CARD32);
342 numlongs = (284-sizeof(xReply)+sizeof(long)-1)/sizeof(long);
343 status = _XReply(dpy,(xReply *)tmp,numlongs,xTrue);
348 status = _XReply(dpy,(xReply *)
[all...]
/xsrc/external/mit/libXi/dist/src/
H A DXSetMMap.c85 (void)_XReply(dpy, (xReply *) & rep,
87 sizeof(xReply)) >> 2, xTrue);
H A DXChgKbd.c83 (void)_XReply(dpy, (xReply *) & rep, 0, xTrue);
H A DXChgPnt.c87 (void)_XReply(dpy, (xReply *) & rep, 0, xTrue);
H A DXGetCPtr.c59 if (!_XReply(dpy, (xReply*) &rep, 0, xFalse)) {
H A DXGtFocus.c84 (void)_XReply(dpy, (xReply *) & rep, 0, xTrue);
H A DXIGetDevFocus.c52 if (!_XReply(dpy, (xReply*) &reply, 0, xFalse)) {
H A DXSetMode.c83 (void)_XReply(dpy, (xReply *) & rep, 0, xTrue);
/xsrc/external/mit/libXevie/dist/src/
H A DXevie.c98 if (!_XReply(dpy, (xReply *)&rep, 0, xTrue)) {
125 if (_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
146 if (_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
168 if (_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
189 if (_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
/xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/
H A Dlibvmwarectrl.c143 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
196 if (!_XReply(dpy, (xReply *)&rep,
197 (SIZEOF(xVMwareCtrlSetResReply) - SIZEOF(xReply)) >> 2,
254 if (!_XReply(dpy, (xReply *)&rep,
255 (SIZEOF(xVMwareCtrlSetTopologyReply) - SIZEOF(xReply)) >> 2,

Completed in 10 milliseconds

12345678