| /xsrc/external/mit/xcb-proto/dist/ |
| H A D | Makefile.am | 4 pkgconfig_DATA = xcb-proto.pc 6 EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
|
| H A D | README.md | 1 About xcb-proto 4 xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to 17 Python libraries: xcb-proto also contains language-independent Python 32 https://gitlab.freedesktop.org/xorg/proto/xcbproto/issues 38 You can obtain the latest development versions of xcb-proto using GIT from 41 https://gitlab.freedesktop.org/xorg/proto/xcbproto 45 git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git 49 git clone git@gitlab.freedesktop.org:xorg/proto/xcbproto.git
|
| H A D | configure.ac | 8 AC_CONFIG_SRCDIR([xcb-proto.pc.in]) 22 AC_CONFIG_FILES([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | StrToText.c | 48 XTextProperty proto; local in function:XStringListToTextProperty 56 proto.encoding = XA_STRING; 57 proto.format = 8; 59 proto.nitems = nbytes - 1; /* subtract one for trailing <NUL> */ 61 proto.nitems = 0; 62 proto.value = NULL; 69 proto.value = (unsigned char *) buf; 81 proto.value = Xmalloc (1); /* easier for client */ 82 if (!proto.value) return False; 84 proto [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | XimintP.h | 175 ((((Xim)im))->private.proto.flag & SERVER_CONNECTED) 177 ((((Xim)im))->private.proto.flag |= SERVER_CONNECTED) 179 ((((Xim)im))->private.proto.flag &= ~SERVER_CONNECTED) 182 (((Xim)im)->private.proto.flag & DYNAMIC_EVENT_FLOW) 184 (((Xim)im)->private.proto.flag |= DYNAMIC_EVENT_FLOW) 187 (((Xim)im)->private.proto.flag & USE_AUTHORIZATION_FUNC) 189 (((Xim)im)->private.proto.flag |= USE_AUTHORIZATION_FUNC) 193 (((Xim)im)->private.proto.flag & DELAYBINDABLE) 195 (((Xim)im)->private.proto.flag |= DELAYBINDABLE) 198 (((Xim)im)->private.proto 241 char *proto; member in struct:_XimPendingCallback [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imCallbk.c | 86 (im->private.proto.write((im),(len),(XPointer)(data))) 88 (im->private.proto.read((im),(XPointer)(buf),(buf_len),&(len))) 89 #define _XimFlushData(im) im->private.proto.flush((im)) 140 return(!ic->private.proto.waitCallback); /* check HM */ 148 while (((pcbq = ic->private.proto.pend_cb_que) != (XimPendingCallback)NULL) 152 pcbq->proto, 154 ic->private.proto.pend_cb_que = pcbq->next; 155 Xfree(pcbq->proto); /* free memory of XimPendingCallback */ 163 XimPendingCallback pcbq = ic->private.proto.pend_cb_que; 174 ic->private.proto 194 char* proto; local in function:_XimCbDispatch 261 _XimGeometryCallback(Xim im,Xic ic,char * proto,int len) argument 284 _XimStrConversionCallback(Xim im,Xic ic,char * proto,int len) argument 369 _XimPreeditStartCallback(Xim im,Xic ic,char * proto,int len) argument 418 _XimPreeditDoneCallback(Xim im,Xic ic,char * proto,int len) argument 565 _XimPreeditDrawCallback(Xim im,Xic ic,char * proto,int len) argument 596 _XimPreeditCaretCallback(Xim im,Xic ic,char * proto,int len) argument 648 _XimStatusStartCallback(Xim im,Xic ic,char * proto,int len) argument 671 _XimStatusDoneCallback(Xim im,Xic ic,char * proto,int len) argument 694 _XimStatusDrawCallback(Xim im,Xic ic,char * proto,int len) argument 729 _XimPreeditStateNotifyCallback(Xim im,Xic ic,char * proto,int len) argument [all...] |
| H A D | imTransR.c | 75 return im->private.proto.connect(im); 81 return im->private.proto.shutdown(im); 87 return im->private.proto.write(im, len, data); 124 if ((hold_buf = im->private.proto.hold_data)) { 125 data_len = im->private.proto.hold_data_len; 145 im->private.proto.hold_data = tmp; 146 im->private.proto.hold_data_len = data_len; 148 im->private.proto.hold_data = 0; 149 im->private.proto.hold_data_len = 0; 159 im->private.proto [all...] |
| H A D | imDefFlt.c | 74 return _XimTriggerCheck(im, ev, (INT32)im->private.proto.im_onkeylist[0], 75 &im->private.proto.im_onkeylist[1]); 83 return _XimTriggerCheck(im, ev, (INT32)im->private.proto.im_offkeylist[0], 84 &im->private.proto.im_offkeylist[1]); 96 im->private.proto.im_onkeylist && 97 im->private.proto.im_onkeylist[0]) { 115 im->private.proto.im_offkeylist && 116 im->private.proto.im_offkeylist[0]) { 273 if (!(ic->private.proto.registed_filter_event & KEYPRESS_MASK)) { 284 ic->private.proto [all...] |
| H A D | imDefIc.c | 73 && (imid == im->private.proto.imid)) 78 && (imid == im->private.proto.imid)) 115 ic->core.filter_events = im->private.proto.forward_event_mask; 116 ic->private.proto.forward_event_mask = 117 im->private.proto.forward_event_mask; 118 ic->private.proto.synchronous_event_mask = 119 im->private.proto.synchronous_event_mask; 126 ic->private.proto.ic_resources = res; 127 ic->private.proto.ic_num_resources = num; 129 num = im->private.proto [all...] |
| H A D | imTrans.c | 79 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 129 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 153 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 171 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 187 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 206 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 222 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 250 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 271 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec; 312 im->private.proto [all...] |
| H A D | imDispch.c | 58 rec->next = im->private.proto.intrproto; 59 im->private.proto.intrproto = rec; 68 for (rec = im->private.proto.intrproto; rec;) { 73 im->private.proto.intrproto = NULL; 85 XimProtoIntrRec *rec = call_im->private.proto.intrproto;
|
| H A D | imDefIm.c | 351 im->private.proto.locale_name = locale; 435 im->private.proto.im_window = im_window; 436 im->private.proto.fabricated_serial = 0; 437 im->private.proto.fabricated_time = 0; 438 im->private.proto.enable_fabricated_order = True; 443 im->private.proto.enable_fabricated_order = False; 600 im->private.proto.protocol_major_version = PROTOCOLMAJORVERSION; 601 im->private.proto.protocol_minor_version = PROTOCOLMINORVERSION; 716 if (!( buf_s[0] == im->private.proto.protocol_major_version 717 && buf_s[1] == im->private.proto [all...] |
| H A D | imDefLkup.c | 45 if (pic->private.proto.icid == icid) 58 im->private.proto.forward_event_mask = buf_l[0]; 59 im->private.proto.synchronous_event_mask = buf_l[1]; 70 ic->private.proto.forward_event_mask = buf_l[0]; 71 ic->private.proto.synchronous_event_mask = buf_l[1]; 89 if (imid == im->private.proto.imid) { 118 && (imid == im->private.proto.imid) 119 && (icid == ic->private.proto.icid)) 124 && (imid == im->private.proto.imid) 126 && (icid == ic->private.proto [all...] |
| H A D | imTrX.c | 72 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 88 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 104 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 121 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 148 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 161 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 172 event.xclient.window = im->private.proto.im_window; 193 XSendEvent(im->core.display, im->private.proto.im_window, 231 XSpecRec *spec = (XSpecRec *)im->private.proto.spec; 238 ((XSpecRec *)im->private.proto [all...] |
| H A D | imRmAttr.c | 56 if (!(res = _XimGetResourceListRec(im->private.proto.im_inner_resources, 57 im->private.proto.im_num_inner_resources, arg->name))) 116 if (!(res = _XimGetResourceListRec(ic->private.proto.ic_inner_resources, 117 ic->private.proto.ic_num_inner_resources, arg->name))) 344 if (!strcmp(base_name, ic->private.proto.preedit_font)) { 346 } else if (!ic->private.proto.preedit_font_length) { 352 if (!strcmp(base_name, ic->private.proto.status_font)) { 354 } else if (!ic->private.proto.status_font_length) { 425 if (!(res = _XimGetResourceListRec(im->private.proto.im_inner_resources, 426 im->private.proto [all...] |
| H A D | imExten.c | 98 ic->private.proto.filter_event_mask = buf_l[0]; 99 ic->private.proto.intercept_event_mask = buf_l[1]; 100 ic->private.proto.select_event_mask = buf_l[2]; 101 ic->private.proto.forward_event_mask = buf_l[3]; 102 ic->private.proto.synchronous_event_mask = buf_l[4]; 104 select_mask &= ~ic->private.proto.intercept_event_mask; 106 select_mask |= ic->private.proto.select_event_mask; 129 if ((imid == im->private.proto.imid) 180 if ((imid == im->private.proto.imid) 204 && (imid == im->private.proto [all...] |
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | lnx_mouse.c | 54 protocolTypes proto; member in struct:__anon2f8693690208 100 int proto = MOUSE_PROTO_UNKNOWN; local in function:lnxMouseMagic 144 proto = MOUSE_PROTO_EXPPS2; 146 proto = MOUSE_PROTO_EXPPS2; 148 proto = MOUSE_PROTO_MSC; 150 proto = MOUSE_PROTO_GPM; 156 if (proto == MOUSE_PROTO_UNKNOWN) { 170 proto = MOUSE_PROTO_MSC; 173 proto = MOUSE_PROTO_PS2; 178 if (proto [all...] |
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 136 xPresentConfigureNotify *proto = (xPresentConfigureNotify *) ge; local in function:XPresentWireToCookie 147 ce->eid = proto->eid; 148 ce->window = proto->window; 149 ce->x = proto->x; 150 ce->y = proto->y; 151 ce->width = proto->width; 152 ce->height = proto->height; 153 ce->off_x = proto->off_x; 154 ce->off_y = proto->off_y; 155 ce->pixmap_width = proto 162 xPresentCompleteNotify *proto = (xPresentCompleteNotify *) ge; local in function:XPresentWireToCookie 184 xPresentIdleNotify *proto = (xPresentIdleNotify *) ge; local in function:XPresentWireToCookie 205 xPresentRedirectNotify *proto = (xPresentRedirectNotify *) ge; local in function:XPresentWireToCookie [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | xutf8.c | 262 XTextProperty proto; local in function:Xutf8TextListToTextProperty 283 proto.encoding = XA_COMPOUND_TEXT(dpy); 285 proto.encoding = XA_UTF8_STRING(dpy); 287 proto.encoding = XA_STRING; 288 proto.format = 8; 290 proto.nitems = nbytes - 1; 292 proto.nitems = 0; 293 proto.value = NULL; 300 proto.value = (unsigned char *) buf; 316 proto [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_function_detect_recursion.cpp | 281 char *proto = prototype_string(f->sig->return_type, local in function:emit_errors_unlinked 288 proto); 289 ralloc_free(proto); 302 char *proto = prototype_string(f->sig->return_type, local in function:emit_errors_linked 306 linker_error(prog, "function `%s' has static recursion.\n", proto); 307 ralloc_free(proto);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_function_detect_recursion.cpp | 281 char *proto = prototype_string(f->sig->return_type, local in function:emit_errors_unlinked 288 proto); 289 ralloc_free(proto); 302 char *proto = prototype_string(f->sig->return_type, local in function:emit_errors_linked 306 linker_error(prog, "function `%s' has static recursion.\n", proto); 307 ralloc_free(proto);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | amigax.h | 42 #include <proto/exec.h> 43 #include <proto/graphics.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_procs.py | 140 proto = 'GLAPI %s GLAPIENTRY %s(%s);' \ 142 categories[cat].append(proto)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_procs.py | 129 proto = 'GLAPI %s GLAPIENTRY %s(%s);' \ 131 categories[cat].append(proto)
|
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | configure.ac | 57 # Check version of xcb-proto that xcb was compiled against 64 AC_MSG_CHECKING([whether libxcb was compiled against xcb-proto >= $xcbproto_required]) 70 AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher])
|