Searched refs:rep (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DXGrabWin.c95 xGenericReply rep; local
105 (void) _XReply(dpy, (xReply *) &rep, 0, xFalse);
108 return rep.data00;
112 (void) _XReply(dpy, (xReply *) &rep, 0, xFalse);
115 return (rep.data00); /* GrabToken */
130 xGenericReply rep; local
140 (void) _XReply(dpy, (xReply *) &rep, 0, xFalse);
143 return rep.data00; /* Status */
147 (void) _XReply(dpy, (xReply *) &rep, 0, xFalse);
150 return (rep
166 xGenericReply rep; local
195 xGenericReply rep; local
225 xGenericReply rep; local
254 xGenericReply rep; local
285 xOWGXRtndPathReply rep; local
[all...]
H A DXPanoramiX.c162 xPanoramiXQueryVersionReply rep; local
185 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
190 *major_versionp = rep.majorVersion;
191 *minor_versionp = rep.minorVersion;
196 vinfo->major_vers = rep.majorVersion;
197 vinfo->minor_vers = rep.minorVersion;
217 xPanoramiXGetStateReply rep; local
227 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
234 panoramiX_info->window = rep.window;
235 panoramiX_info->State = rep
245 xPanoramiXGetScreenCountReply rep; local
274 xPanoramiXGetScreenSizeReply rep; local
445 xXineramaInfoReply *rep; local
608 xXineramaIsActiveReply rep; local
637 xXineramaQueryScreensReply rep; local
[all...]
H A DFBPM.c96 xFBPMGetVersionReply rep; local
105 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
110 *major_versionp = rep.majorVersion;
111 *minor_versionp = rep.minorVersion;
122 xFBPMCapableReply rep; local
131 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
138 return rep.capable;
210 xFBPMInfoReply rep; local
219 if (!_XReply(dpy, (xReply *)&rep, 0, xTrue)) {
226 *state = rep
[all...]
H A DTransOvl.c239 xOvlGetPartnersReply rep; local
256 if (_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
257 numPairs = rep.numPairs;
265 scrextdata->numVisPairs = rep.numPairs;
266 scrextdata->pairsRestricted = rep.restricted;
447 xOvlGetSharedPixelsReply rep; local
479 if (_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
480 for (i = 0; i < rep.numPGInfos; i++) {
547 xOvlGetSharedColorsReply rep; local
578 if (_XReply(dpy, (xReply *)(&rep),
826 xOvlQueryVersionReply rep; local
916 xOvlIsOverlayWindowReply rep; local
1150 xOvlReadScreenReply rep; local
[all...]
H A DAllPlanes.c95 xAllPlanesQueryVersionReply rep; local
104 if (!_XReply(dpy, (xReply *) & rep, 0, xTrue)) {
109 *major_versionp = rep.majorVersion;
110 *minor_versionp = rep.minorVersion;
/solaris-x11-s12/open-src/app/accessx/sun-src/
H A DAccessXcomm.c205 xAccessXQueryVersionReply rep; local
211 status = _XReply(dpy,(xReply *)&rep,0,xTrue);
216 *majorVersion = rep.majorVersion;
217 *minorVersion = rep.minorVersion;
278 xAccessXQueryStateReply rep; local
285 status = _XReply(dpy,(xReply *)&rep,2,xTrue);
287 accessXState->control = rep.control;
288 accessXState->timeOutInterval = rep.timeOutInterval;
289 accessXState->mouseKeysTimeToMax = rep.mouseKeysTimeToMax;
290 accessXState->mouseKeysGain = rep
[all...]
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c348 xGenericReply rep;
358 if (!_XReply(dpy, (xReply *) &rep, 0, xTrue)) {
365 if (rep.data00) {
366 if (dga_winlist_add(rep.data00, dpy, win) == 0) {
371 return rep.data00;
397 xGenericReply rep;
407 if (!_XReply(dpy, (xReply *) &rep, 0, xTrue)) {
414 if (rep.data00) {
418 return rep.data00; /* Status */
430 xGenericReply rep; local
469 xGenericReply rep; local
1543 xDgaXineramaInfoReply *rep; local
[all...]
/solaris-x11-s12/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c215 xIAQueryVersionReply rep; local
224 if (!_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
229 *majorVersion = rep.majorVersion;
230 *minorVersion = rep.minorVersion;
247 xIAGetProcessInfoReply rep; local
259 if (!_XReply(dpy, (xReply *)(&rep), 0, xFalse)) {
264 *count = rep.count;
265 *Pinfo = Xcalloc(rep.count, sizeof(ConnectionPidRec));
267 _XEatDataWords(dpy, rep.length);
272 length = rep
[all...]
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c305 xIAQueryVersionReply rep; local
308 rep.type = X_Reply;
309 rep.length = 0;
310 rep.sequenceNumber = client->sequence;
311 rep.majorVersion = IA_MAJOR_VERSION;
312 rep.minorVersion = IA_MINOR_VERSION;
313 WriteToClient(client, sizeof(xIAQueryVersionReply), (char *)&rep);
353 xIAGetProcessInfoReply rep; local
359 rep.type = X_Reply;
360 rep
[all...]

Completed in 21 milliseconds