Lines Matching refs:stuff
123 swaps(&stuff->length); in SProcSimpleReq()
124 return (*ProcVector[stuff->reqType]) (client); in SProcSimpleReq()
134 swaps(&stuff->length); in SProcResourceReq()
136 swapl(&stuff->id); in SProcResourceReq()
137 return (*ProcVector[stuff->reqType]) (client); in SProcResourceReq()
144 swaps(&stuff->length); in SProcCreateWindow()
146 swapl(&stuff->wid); in SProcCreateWindow()
147 swapl(&stuff->parent); in SProcCreateWindow()
148 swaps(&stuff->x); in SProcCreateWindow()
149 swaps(&stuff->y); in SProcCreateWindow()
150 swaps(&stuff->width); in SProcCreateWindow()
151 swaps(&stuff->height); in SProcCreateWindow()
152 swaps(&stuff->borderWidth); in SProcCreateWindow()
153 swaps(&stuff->class); in SProcCreateWindow()
154 swapl(&stuff->visual); in SProcCreateWindow()
155 swapl(&stuff->mask); in SProcCreateWindow()
156 SwapRestL(stuff); in SProcCreateWindow()
164 swaps(&stuff->length); in SProcChangeWindowAttributes()
166 swapl(&stuff->window); in SProcChangeWindowAttributes()
167 swapl(&stuff->valueMask); in SProcChangeWindowAttributes()
168 SwapRestL(stuff); in SProcChangeWindowAttributes()
176 swaps(&stuff->length); in SProcReparentWindow()
178 swapl(&stuff->window); in SProcReparentWindow()
179 swapl(&stuff->parent); in SProcReparentWindow()
180 swaps(&stuff->x); in SProcReparentWindow()
181 swaps(&stuff->y); in SProcReparentWindow()
189 swaps(&stuff->length); in SProcConfigureWindow()
191 swapl(&stuff->window); in SProcConfigureWindow()
192 swaps(&stuff->mask); in SProcConfigureWindow()
193 SwapRestL(stuff); in SProcConfigureWindow()
202 swaps(&stuff->length); in SProcInternAtom()
204 swaps(&stuff->nbytes); in SProcInternAtom()
212 swaps(&stuff->length); in SProcChangeProperty()
214 swapl(&stuff->window); in SProcChangeProperty()
215 swapl(&stuff->property); in SProcChangeProperty()
216 swapl(&stuff->type); in SProcChangeProperty()
217 swapl(&stuff->nUnits); in SProcChangeProperty()
218 switch (stuff->format) { in SProcChangeProperty()
222 SwapRestS(stuff); in SProcChangeProperty()
225 SwapRestL(stuff); in SProcChangeProperty()
235 swaps(&stuff->length); in SProcDeleteProperty()
237 swapl(&stuff->window); in SProcDeleteProperty()
238 swapl(&stuff->property); in SProcDeleteProperty()
247 swaps(&stuff->length); in SProcGetProperty()
249 swapl(&stuff->window); in SProcGetProperty()
250 swapl(&stuff->property); in SProcGetProperty()
251 swapl(&stuff->type); in SProcGetProperty()
252 swapl(&stuff->longOffset); in SProcGetProperty()
253 swapl(&stuff->longLength); in SProcGetProperty()
261 swaps(&stuff->length); in SProcSetSelectionOwner()
263 swapl(&stuff->window); in SProcSetSelectionOwner()
264 swapl(&stuff->selection); in SProcSetSelectionOwner()
265 swapl(&stuff->time); in SProcSetSelectionOwner()
273 swaps(&stuff->length); in SProcConvertSelection()
275 swapl(&stuff->requestor); in SProcConvertSelection()
276 swapl(&stuff->selection); in SProcConvertSelection()
277 swapl(&stuff->target); in SProcConvertSelection()
278 swapl(&stuff->property); in SProcConvertSelection()
279 swapl(&stuff->time); in SProcConvertSelection()
290 swaps(&stuff->length); in SProcSendEvent()
292 swapl(&stuff->destination); in SProcSendEvent()
293 swapl(&stuff->eventMask); in SProcSendEvent()
297 if (stuff->event.u.u.type == GenericEvent) { in SProcSendEvent()
298 client->errorValue = stuff->event.u.u.type; in SProcSendEvent()
303 proc = EventSwapVector[stuff->event.u.u.type & 0177]; in SProcSendEvent()
306 (*proc) (&stuff->event, &eventT); in SProcSendEvent()
307 stuff->event = eventT; in SProcSendEvent()
316 swaps(&stuff->length); in SProcGrabPointer()
318 swapl(&stuff->grabWindow); in SProcGrabPointer()
319 swaps(&stuff->eventMask); in SProcGrabPointer()
320 swapl(&stuff->confineTo); in SProcGrabPointer()
321 swapl(&stuff->cursor); in SProcGrabPointer()
322 swapl(&stuff->time); in SProcGrabPointer()
330 swaps(&stuff->length); in SProcGrabButton()
332 swapl(&stuff->grabWindow); in SProcGrabButton()
333 swaps(&stuff->eventMask); in SProcGrabButton()
334 swapl(&stuff->confineTo); in SProcGrabButton()
335 swapl(&stuff->cursor); in SProcGrabButton()
336 swaps(&stuff->modifiers); in SProcGrabButton()
344 swaps(&stuff->length); in SProcUngrabButton()
346 swapl(&stuff->grabWindow); in SProcUngrabButton()
347 swaps(&stuff->modifiers); in SProcUngrabButton()
355 swaps(&stuff->length); in SProcChangeActivePointerGrab()
357 swapl(&stuff->cursor); in SProcChangeActivePointerGrab()
358 swapl(&stuff->time); in SProcChangeActivePointerGrab()
359 swaps(&stuff->eventMask); in SProcChangeActivePointerGrab()
367 swaps(&stuff->length); in SProcGrabKeyboard()
369 swapl(&stuff->grabWindow); in SProcGrabKeyboard()
370 swapl(&stuff->time); in SProcGrabKeyboard()
378 swaps(&stuff->length); in SProcGrabKey()
380 swapl(&stuff->grabWindow); in SProcGrabKey()
381 swaps(&stuff->modifiers); in SProcGrabKey()
389 swaps(&stuff->length); in SProcUngrabKey()
391 swapl(&stuff->grabWindow); in SProcUngrabKey()
392 swaps(&stuff->modifiers); in SProcUngrabKey()
400 swaps(&stuff->length); in SProcGetMotionEvents()
402 swapl(&stuff->window); in SProcGetMotionEvents()
403 swapl(&stuff->start); in SProcGetMotionEvents()
404 swapl(&stuff->stop); in SProcGetMotionEvents()
412 swaps(&stuff->length); in SProcTranslateCoords()
414 swapl(&stuff->srcWid); in SProcTranslateCoords()
415 swapl(&stuff->dstWid); in SProcTranslateCoords()
416 swaps(&stuff->srcX); in SProcTranslateCoords()
417 swaps(&stuff->srcY); in SProcTranslateCoords()
425 swaps(&stuff->length); in SProcWarpPointer()
427 swapl(&stuff->srcWid); in SProcWarpPointer()
428 swapl(&stuff->dstWid); in SProcWarpPointer()
429 swaps(&stuff->srcX); in SProcWarpPointer()
430 swaps(&stuff->srcY); in SProcWarpPointer()
431 swaps(&stuff->srcWidth); in SProcWarpPointer()
432 swaps(&stuff->srcHeight); in SProcWarpPointer()
433 swaps(&stuff->dstX); in SProcWarpPointer()
434 swaps(&stuff->dstY); in SProcWarpPointer()
442 swaps(&stuff->length); in SProcSetInputFocus()
444 swapl(&stuff->focus); in SProcSetInputFocus()
445 swapl(&stuff->time); in SProcSetInputFocus()
453 swaps(&stuff->length); in SProcOpenFont()
455 swapl(&stuff->fid); in SProcOpenFont()
456 swaps(&stuff->nbytes); in SProcOpenFont()
464 swaps(&stuff->length); in SProcListFonts()
466 swaps(&stuff->maxNames); in SProcListFonts()
467 swaps(&stuff->nbytes); in SProcListFonts()
475 swaps(&stuff->length); in SProcListFontsWithInfo()
477 swaps(&stuff->maxNames); in SProcListFontsWithInfo()
478 swaps(&stuff->nbytes); in SProcListFontsWithInfo()
486 swaps(&stuff->length); in SProcSetFontPath()
488 swaps(&stuff->nFonts); in SProcSetFontPath()
497 swaps(&stuff->length); in SProcCreatePixmap()
499 swapl(&stuff->pid); in SProcCreatePixmap()
500 swapl(&stuff->drawable); in SProcCreatePixmap()
501 swaps(&stuff->width); in SProcCreatePixmap()
502 swaps(&stuff->height); in SProcCreatePixmap()
510 swaps(&stuff->length); in SProcCreateGC()
512 swapl(&stuff->gc); in SProcCreateGC()
513 swapl(&stuff->drawable); in SProcCreateGC()
514 swapl(&stuff->mask); in SProcCreateGC()
515 SwapRestL(stuff); in SProcCreateGC()
523 swaps(&stuff->length); in SProcChangeGC()
525 swapl(&stuff->gc); in SProcChangeGC()
526 swapl(&stuff->mask); in SProcChangeGC()
527 SwapRestL(stuff); in SProcChangeGC()
535 swaps(&stuff->length); in SProcCopyGC()
537 swapl(&stuff->srcGC); in SProcCopyGC()
538 swapl(&stuff->dstGC); in SProcCopyGC()
539 swapl(&stuff->mask); in SProcCopyGC()
547 swaps(&stuff->length); in SProcSetDashes()
549 swapl(&stuff->gc); in SProcSetDashes()
550 swaps(&stuff->dashOffset); in SProcSetDashes()
551 swaps(&stuff->nDashes); in SProcSetDashes()
560 swaps(&stuff->length); in SProcSetClipRectangles()
562 swapl(&stuff->gc); in SProcSetClipRectangles()
563 swaps(&stuff->xOrigin); in SProcSetClipRectangles()
564 swaps(&stuff->yOrigin); in SProcSetClipRectangles()
565 SwapRestS(stuff); in SProcSetClipRectangles()
573 swaps(&stuff->length); in SProcClearToBackground()
575 swapl(&stuff->window); in SProcClearToBackground()
576 swaps(&stuff->x); in SProcClearToBackground()
577 swaps(&stuff->y); in SProcClearToBackground()
578 swaps(&stuff->width); in SProcClearToBackground()
579 swaps(&stuff->height); in SProcClearToBackground()
587 swaps(&stuff->length); in SProcCopyArea()
589 swapl(&stuff->srcDrawable); in SProcCopyArea()
590 swapl(&stuff->dstDrawable); in SProcCopyArea()
591 swapl(&stuff->gc); in SProcCopyArea()
592 swaps(&stuff->srcX); in SProcCopyArea()
593 swaps(&stuff->srcY); in SProcCopyArea()
594 swaps(&stuff->dstX); in SProcCopyArea()
595 swaps(&stuff->dstY); in SProcCopyArea()
596 swaps(&stuff->width); in SProcCopyArea()
597 swaps(&stuff->height); in SProcCopyArea()
605 swaps(&stuff->length); in SProcCopyPlane()
607 swapl(&stuff->srcDrawable); in SProcCopyPlane()
608 swapl(&stuff->dstDrawable); in SProcCopyPlane()
609 swapl(&stuff->gc); in SProcCopyPlane()
610 swaps(&stuff->srcX); in SProcCopyPlane()
611 swaps(&stuff->srcY); in SProcCopyPlane()
612 swaps(&stuff->dstX); in SProcCopyPlane()
613 swaps(&stuff->dstY); in SProcCopyPlane()
614 swaps(&stuff->width); in SProcCopyPlane()
615 swaps(&stuff->height); in SProcCopyPlane()
616 swapl(&stuff->bitPlane); in SProcCopyPlane()
626 swaps(&stuff->length); in SProcPoly()
628 swapl(&stuff->drawable); in SProcPoly()
629 swapl(&stuff->gc); in SProcPoly()
630 SwapRestS(stuff); in SProcPoly()
631 return ((*ProcVector[stuff->reqType]) (client)); in SProcPoly()
641 swaps(&stuff->length); in SProcFillPoly()
643 swapl(&stuff->drawable); in SProcFillPoly()
644 swapl(&stuff->gc); in SProcFillPoly()
645 SwapRestS(stuff); in SProcFillPoly()
653 swaps(&stuff->length); in SProcPutImage()
655 swapl(&stuff->drawable); in SProcPutImage()
656 swapl(&stuff->gc); in SProcPutImage()
657 swaps(&stuff->width); in SProcPutImage()
658 swaps(&stuff->height); in SProcPutImage()
659 swaps(&stuff->dstX); in SProcPutImage()
660 swaps(&stuff->dstY); in SProcPutImage()
670 swaps(&stuff->length); in SProcGetImage()
672 swapl(&stuff->drawable); in SProcGetImage()
673 swaps(&stuff->x); in SProcGetImage()
674 swaps(&stuff->y); in SProcGetImage()
675 swaps(&stuff->width); in SProcGetImage()
676 swaps(&stuff->height); in SProcGetImage()
677 swapl(&stuff->planeMask); in SProcGetImage()
687 swaps(&stuff->length); in SProcPolyText()
689 swapl(&stuff->drawable); in SProcPolyText()
690 swapl(&stuff->gc); in SProcPolyText()
691 swaps(&stuff->x); in SProcPolyText()
692 swaps(&stuff->y); in SProcPolyText()
693 return ((*ProcVector[stuff->reqType]) (client)); in SProcPolyText()
702 swaps(&stuff->length); in SProcImageText()
704 swapl(&stuff->drawable); in SProcImageText()
705 swapl(&stuff->gc); in SProcImageText()
706 swaps(&stuff->x); in SProcImageText()
707 swaps(&stuff->y); in SProcImageText()
708 return ((*ProcVector[stuff->reqType]) (client)); in SProcImageText()
715 swaps(&stuff->length); in SProcCreateColormap()
717 swapl(&stuff->mid); in SProcCreateColormap()
718 swapl(&stuff->window); in SProcCreateColormap()
719 swapl(&stuff->visual); in SProcCreateColormap()
727 swaps(&stuff->length); in SProcCopyColormapAndFree()
729 swapl(&stuff->mid); in SProcCopyColormapAndFree()
730 swapl(&stuff->srcCmap); in SProcCopyColormapAndFree()
739 swaps(&stuff->length); in SProcAllocColor()
741 swapl(&stuff->cmap); in SProcAllocColor()
742 swaps(&stuff->red); in SProcAllocColor()
743 swaps(&stuff->green); in SProcAllocColor()
744 swaps(&stuff->blue); in SProcAllocColor()
752 swaps(&stuff->length); in SProcAllocNamedColor()
754 swapl(&stuff->cmap); in SProcAllocNamedColor()
755 swaps(&stuff->nbytes); in SProcAllocNamedColor()
763 swaps(&stuff->length); in SProcAllocColorCells()
765 swapl(&stuff->cmap); in SProcAllocColorCells()
766 swaps(&stuff->colors); in SProcAllocColorCells()
767 swaps(&stuff->planes); in SProcAllocColorCells()
775 swaps(&stuff->length); in SProcAllocColorPlanes()
777 swapl(&stuff->cmap); in SProcAllocColorPlanes()
778 swaps(&stuff->colors); in SProcAllocColorPlanes()
779 swaps(&stuff->red); in SProcAllocColorPlanes()
780 swaps(&stuff->green); in SProcAllocColorPlanes()
781 swaps(&stuff->blue); in SProcAllocColorPlanes()
789 swaps(&stuff->length); in SProcFreeColors()
791 swapl(&stuff->cmap); in SProcFreeColors()
792 swapl(&stuff->planeMask); in SProcFreeColors()
793 SwapRestL(stuff); in SProcFreeColors()
814 swaps(&stuff->length); in SProcStoreColors()
816 swapl(&stuff->cmap); in SProcStoreColors()
817 pItem = (xColorItem *) &stuff[1]; in SProcStoreColors()
818 for (count = LengthRestB(stuff) / sizeof(xColorItem); --count >= 0;) in SProcStoreColors()
827 swaps(&stuff->length); in SProcStoreNamedColor()
829 swapl(&stuff->cmap); in SProcStoreNamedColor()
830 swapl(&stuff->pixel); in SProcStoreNamedColor()
831 swaps(&stuff->nbytes); in SProcStoreNamedColor()
839 swaps(&stuff->length); in SProcQueryColors()
841 swapl(&stuff->cmap); in SProcQueryColors()
842 SwapRestL(stuff); in SProcQueryColors()
850 swaps(&stuff->length); in SProcLookupColor()
852 swapl(&stuff->cmap); in SProcLookupColor()
853 swaps(&stuff->nbytes); in SProcLookupColor()
861 swaps(&stuff->length); in SProcCreateCursor()
863 swapl(&stuff->cid); in SProcCreateCursor()
864 swapl(&stuff->source); in SProcCreateCursor()
865 swapl(&stuff->mask); in SProcCreateCursor()
866 swaps(&stuff->foreRed); in SProcCreateCursor()
867 swaps(&stuff->foreGreen); in SProcCreateCursor()
868 swaps(&stuff->foreBlue); in SProcCreateCursor()
869 swaps(&stuff->backRed); in SProcCreateCursor()
870 swaps(&stuff->backGreen); in SProcCreateCursor()
871 swaps(&stuff->backBlue); in SProcCreateCursor()
872 swaps(&stuff->x); in SProcCreateCursor()
873 swaps(&stuff->y); in SProcCreateCursor()
881 swaps(&stuff->length); in SProcCreateGlyphCursor()
883 swapl(&stuff->cid); in SProcCreateGlyphCursor()
884 swapl(&stuff->source); in SProcCreateGlyphCursor()
885 swapl(&stuff->mask); in SProcCreateGlyphCursor()
886 swaps(&stuff->sourceChar); in SProcCreateGlyphCursor()
887 swaps(&stuff->maskChar); in SProcCreateGlyphCursor()
888 swaps(&stuff->foreRed); in SProcCreateGlyphCursor()
889 swaps(&stuff->foreGreen); in SProcCreateGlyphCursor()
890 swaps(&stuff->foreBlue); in SProcCreateGlyphCursor()
891 swaps(&stuff->backRed); in SProcCreateGlyphCursor()
892 swaps(&stuff->backGreen); in SProcCreateGlyphCursor()
893 swaps(&stuff->backBlue); in SProcCreateGlyphCursor()
901 swaps(&stuff->length); in SProcRecolorCursor()
903 swapl(&stuff->cursor); in SProcRecolorCursor()
904 swaps(&stuff->foreRed); in SProcRecolorCursor()
905 swaps(&stuff->foreGreen); in SProcRecolorCursor()
906 swaps(&stuff->foreBlue); in SProcRecolorCursor()
907 swaps(&stuff->backRed); in SProcRecolorCursor()
908 swaps(&stuff->backGreen); in SProcRecolorCursor()
909 swaps(&stuff->backBlue); in SProcRecolorCursor()
917 swaps(&stuff->length); in SProcQueryBestSize()
919 swapl(&stuff->drawable); in SProcQueryBestSize()
920 swaps(&stuff->width); in SProcQueryBestSize()
921 swaps(&stuff->height); in SProcQueryBestSize()
930 swaps(&stuff->length); in SProcQueryExtension()
932 swaps(&stuff->nbytes); in SProcQueryExtension()
940 swaps(&stuff->length); in SProcChangeKeyboardMapping()
942 SwapRestL(stuff); in SProcChangeKeyboardMapping()
950 swaps(&stuff->length); in SProcChangeKeyboardControl()
952 swapl(&stuff->mask); in SProcChangeKeyboardControl()
953 SwapRestL(stuff); in SProcChangeKeyboardControl()
961 swaps(&stuff->length); in SProcChangePointerControl()
963 swaps(&stuff->accelNum); in SProcChangePointerControl()
964 swaps(&stuff->accelDenum); in SProcChangePointerControl()
965 swaps(&stuff->threshold); in SProcChangePointerControl()
973 swaps(&stuff->length); in SProcSetScreenSaver()
975 swaps(&stuff->timeout); in SProcSetScreenSaver()
976 swaps(&stuff->interval); in SProcSetScreenSaver()
984 swaps(&stuff->length); in SProcChangeHosts()
986 swaps(&stuff->hostLength); in SProcChangeHosts()
995 swaps(&stuff->length); in SProcRotateProperties()
997 swapl(&stuff->window); in SProcRotateProperties()
998 swaps(&stuff->nAtoms); in SProcRotateProperties()
999 swaps(&stuff->nPositions); in SProcRotateProperties()
1000 SwapRestL(stuff); in SProcRotateProperties()
1008 swaps(&stuff->length); in SProcNoOperation()