| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcFlt.c | 56 XLookupString((XKeyEvent *)ev, buf, sizeof(buf), &keysym, NULL); 101 XLookupString((XKeyEvent *)ev, buf, sizeof(buf), &keysym, NULL);
|
| H A D | imDefFlt.c | 55 XLookupString(ev, buf, BUFSIZE, &keysym, NULL);
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | dga.c | 159 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL); 227 n_chars = XLookupString(&event.xkey, buf, 20, &ks, NULL);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | imConv.c | 47 * rather than just call _XLookupString (i.e. the pre-XKB XLookupString) 54 #define XLOOKUPSTRING XLookupString 148 ret = XLookupString(event, (char *)buffer, nbytes, keysym, status);
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | XDefaultIMIF.c | 420 length = XLookupString(ev, buffer, bytes, keysym, &NotSupportedYet); 446 length = XLookupString(ev, mb_buf, wlen, keysym, &NotSupportedYet);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Lookup.c | 134 count = XLookupString(event, (char *)buffer, nbytes, &symbol, status); 194 return XLookupString(event, (char *)buffer, nbytes, keysym, status);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut_x11.c | 216 r = XLookupString(&event.xkey,
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.c | 164 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | offset.c | 294 (void) XLookupString(&event.xkey, buf, sizeof(buf), &keysym, NULL);
|
| H A D | overlay.c | 202 XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| H A D | sharedtex.c | 277 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
|
| H A D | wincopy.c | 214 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
|
| H A D | yuvrect_client.c | 261 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| H A D | glxsnoop.c | 235 XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| H A D | manywin.c | 312 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
|
| H A D | shape.c | 248 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
|
| H A D | texture_from_pixmap.c | 332 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
|
| H A D | glthreads.c | 313 XLookupString(&event->xkey, buf, sizeof(buf), &keySym, &stat);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | xutf8.c | 340 rc = XLookupString(ev, buffer, nbytes, &keysym, NULL);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | bindtex.c | 400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| H A D | msaa.c | 291 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| H A D | two_win.c | 270 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2tri.c | 400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | auxbuffer.c | 400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 229 * Compose sequence status structure, used in calling XLookupString. 534 extern int XLookupString(
|