Searched refs:XLookupString (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcFlt.c56 XLookupString((XKeyEvent *)ev, buf, sizeof(buf), &keysym, NULL);
101 XLookupString((XKeyEvent *)ev, buf, sizeof(buf), &keysym, NULL);
H A DimDefFlt.c55 XLookupString(ev, buf, BUFSIZE, &keysym, NULL);
/xsrc/external/mit/xf86dga/dist/
H A Ddga.c159 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 DimConv.c47 * 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 DXDefaultIMIF.c420 length = XLookupString(ev, buffer, bytes, keysym, &NotSupportedYet);
446 length = XLookupString(ev, mb_buf, wlen, keysym, &NotSupportedYet);
/xsrc/external/mit/libXmu/dist/src/
H A DLookup.c134 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 Deglut_x11.c216 r = XLookupString(&event.xkey,
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c164 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Doffset.c294 (void) XLookupString(&event.xkey, buf, sizeof(buf), &keysym, NULL);
H A Doverlay.c202 XLookupString(&event.xkey, buffer, sizeof(buffer),
H A Dsharedtex.c277 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
H A Dwincopy.c214 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
H A Dyuvrect_client.c261 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
H A Dglxsnoop.c235 XLookupString(&event.xkey, buffer, sizeof(buffer),
H A Dmanywin.c312 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
H A Dshape.c248 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
H A Dtexture_from_pixmap.c332 XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
H A Dglthreads.c313 XLookupString(&event->xkey, buf, sizeof(buf), &keySym, &stat);
/xsrc/external/mit/xterm/dist/
H A Dxutf8.c340 rc = XLookupString(ev, buffer, nbytes, &keysym, NULL);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
H A Dmsaa.c291 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
H A Dtwo_win.c270 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2tri.c400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dauxbuffer.c400 r = XLookupString(&event.xkey, buffer, sizeof(buffer),
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h229 * Compose sequence status structure, used in calling XLookupString.
534 extern int XLookupString(

Completed in 31 milliseconds

123