Searched refs:XIM (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/libX11/dist/specs/
H A DMakefile.am24 SUBDIRS=libX11 i18n XIM XKB
/xsrc/external/mit/libX11/dist/specs/XIM/
H A DMakefile.am18 shelfdir = $(docdir)/XIM
H A DMakefile.in115 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 DIMWrap.c111 * 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 DXlcSL.c69 extern XIM _XDefaultOpenIM(
H A DXDefaultIMIF.c97 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 DXlcint.h237 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 DXimint.h49 * 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 DXlcDL.c212 } 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 DICWrap.c168 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 DXlcGeneric.h154 extern XIM
H A DXlcPublic.h230 extern XIM _XimOpenIM(
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h76 XIM xim;
118 XIM xim;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimInt.c106 (*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 DimInsClbk.c90 XIM xim;
120 xim->methods->close( (XIM)xim );
164 XIM xim;
214 xim->methods->close( (XIM)xim );
H A DimLcLkup.c341 _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 DimDefLkup.c349 /* 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 DimDefIc.c938 * 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 DimLcIc.c143 XIM im,
H A DimThaiIc.c152 XIM im,
H A DimThaiIm.c219 _XimThaiCloseIM(XIM xim)
H A DimCallbk.c472 text->length = im->methods->ctstombs((XIM)im,
488 tmp = im->methods->ctstombs((XIM)im,
H A DimLcIm.c216 XIM xim)
237 XIM xim,
250 XIM xim,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h1141 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 DREADME.md58 * 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)

Completed in 28 milliseconds

12