Lines Matching refs:name
32 /* notice appear in supporting documentation, and that the name of */
76 #define ExtGetReq(opcode, name, req) \
78 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
80 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
82 req->minorOpcode = X_##name;\
83 req->length = (SIZEOF(x##name##Req))>>2;\
84 dpy->bufptr += SIZEOF(x##name##Req);\
91 #define ExtGetReq(opcode, name, req) \
93 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
95 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
97 req->minorOpcode = X_/**/name;\
98 req->length = (SIZEOF(x/**/name/**/Req))>>2;\
99 dpy->bufptr += SIZEOF(x/**/name/**/Req);\