| /xsrc/external/mit/libX11/dist/specs/ |
| H A D | Makefile.am | 24 SUBDIRS=libX11 i18n XIM XKB
|
| /xsrc/external/mit/libX11/dist/specs/XIM/ |
| H A D | Makefile.am | 18 shelfdir = $(docdir)/XIM
|
| H A D | Makefile.in | 115 subdir = specs/XIM 389 @ENABLE_SPECS_TRUE@shelfdir = $(docdir)/XIM 459 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/XIM/Makefile'; \ 461 $(AUTOMAKE) --foreign specs/XIM/Makefile
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | IMWrap.c | 111 * a XIM object and return a pointer the newly created XIM back to the caller. 114 XIM 120 return( (XIM)NULL ); 125 * Close the connection to the input manager, and free the XIM structure 128 XCloseIM(XIM im) 136 ic->core.im = (XIM)NULL; 146 XDisplayOfIM(XIM im) 155 XLocaleOfIM(XIM im)
|
| H A D | XlcSL.c | 69 extern XIM _XDefaultOpenIM(
|
| H A D | XDefaultIMIF.c | 97 XIM 101 XIM, XIMArg * 105 XIM, XIMArg* 109 XIM, XIMArg* 163 XIM 224 return (XIM)im; 227 _CloseIM((XIM)im); 233 _CloseIM(XIM xim) 250 XIM xim, 258 XIM xi [all...] |
| H A D | Xlcint.h | 237 typedef XIM (*XOpenIMProc)( 608 XIM 611 XIM, XIMArg* 614 XIM, XIMArg* 617 XIM, XIMArg* 620 XIM, char*, int, char*, int, Status * 623 XIM, char*, int, wchar_t*, int, Status * 626 XIM, char*, int, char*, int, Status * 716 XIM im; /* XIM thi [all...] |
| H A D | Ximint.h | 49 * XIM dependent data 399 XIM im, 404 XIM im, 409 XIM im, 536 XIM im, 617 XIM im, 626 XIM im, 635 XIM im, 644 XIM im, 653 XIM i [all...] |
| H A D | XlcDL.c | 212 } else if (!strcmp(args[0], "XIM")){ 373 typedef XIM (*dynamicOpenProcp)(XLCd, Display *, XrmDatabase, char *, char *); 375 static XIM 379 XIM im = (XIM)NULL; 388 if (_XlcLocaleLibDirName(lc_dir, BUFSIZE, lc_name) == NULL) return (XIM)0; 401 if (im != (XIM)NULL) { 407 return (XIM)im;
|
| H A D | ICWrap.c | 168 XSetIMValues(XIM im, ...) 196 XGetIMValues(XIM im, ...) 229 XCreateIC(XIM im, ...) 266 XIM im = ic->core.im; 364 * Return the XIM associated with the input context. 366 XIM
|
| H A D | XlcGeneric.h | 154 extern XIM
|
| H A D | XlcPublic.h | 230 extern XIM _XimOpenIM(
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | XawImP.h | 76 XIM xim; 118 XIM xim;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imInt.c | 106 (*im->core.destroy_callback.callback)((XIM)im, 115 (void)im->methods->close((XIM)im); 144 (void)im->methods->close((XIM)im); 196 XIM 208 return (XIM)NULL; 233 return (XIM)im;
|
| H A D | imInsClbk.c | 90 XIM xim; 120 xim->methods->close( (XIM)xim ); 164 XIM xim; 214 xim->methods->close( (XIM)xim );
|
| H A D | imLcLkup.c | 341 _XimLcctstombs(XIM xim, char *from, int from_len, 349 _XimLcctstowcs(XIM xim, char *from, int from_len, 412 _XimLcctstoutf8(XIM xim, char *from, int from_len,
|
| H A D | imDefLkup.c | 349 /* GTK2 XIM module sets serial=0. */ 377 /* GTK2 XIM module sets serial=0. */ 380 * but GTK2 XIM always reset event->serial=0 with XFilterEvent(). 405 /* GTK2 XIM module sets serial=0. */ 1029 _Ximctstombs(XIM xim, char *from, int from_len, 1038 XIM xim, 1106 XIM xim, 1144 ret = im->methods->ctstombs((XIM)im, info->string, 1207 ret = im->methods->ctstowcs((XIM)im, info->string, 1270 ret = im->methods->ctstoutf8((XIM)i [all...] |
| H A D | imDefIc.c | 938 * input servers as the server side protocol if to XIM. 940 * XIM code but is duplicated by every input server around the world there 1181 new_len = im->methods->ctstombs((XIM)im, commit, len, NULL, 0, &status); 1187 (void)im->methods->ctstombs((XIM)im, commit, len, 1238 new_len = im->methods->ctstowcs((XIM)im, commit, len, NULL, 0, &status); 1245 (void)im->methods->ctstowcs((XIM)im, commit, len, 1297 new_len = im->methods->ctstoutf8((XIM)im, commit, len, NULL, 0, &status); 1303 (void)im->methods->ctstoutf8((XIM)im, commit, len, 1415 XIM xim, 1456 ic->core.im = (XIM)i [all...] |
| H A D | imLcIc.c | 143 XIM im,
|
| H A D | imThaiIc.c | 152 XIM im,
|
| H A D | imThaiIm.c | 219 _XimThaiCloseIM(XIM xim)
|
| H A D | imCallbk.c | 472 text->length = im->methods->ctstombs((XIM)im, 488 tmp = im->methods->ctstombs((XIM)im,
|
| H A D | imLcIm.c | 216 XIM xim) 237 XIM xim, 250 XIM xim,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 1141 typedef struct _XIM *XIM; typedef in typeref:struct:_XIM * 1145 XIM, 3836 extern XIM XOpenIM( 3844 XIM /* im */ 3848 XIM /* im */, ... 3852 XIM /* im */, ... 3856 XIM /* im */ 3860 XIM /* im*/ 3864 XIM /* im */, ... 3899 extern XIM XIMOfI [all...] |
| /xsrc/external/mit/libX11/dist/ |
| H A D | README.md | 58 * Re-fix XIM input sometimes jumbled (#205, #206, #207, #208, !246) 70 for now the previous "Fix XIM input sometimes jumbled (#198, !236)" 74 * Fix XIM input sometimes jumbled (#198, !236)
|