Searched refs:im_name (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiIm.c68 (strcmp(im->core.im_name, "") == 0 ||
69 strcmp(im->core.im_name, "BasicCheck") == 0 ||
70 strcmp(im->core.im_name, "Strict") == 0 ||
71 strcmp(im->core.im_name, "Thaicat") == 0 ||
72 strcmp(im->core.im_name, "Passthrough") == 0))
179 if(im->core.im_name) {
180 Xfree(im->core.im_name);
181 im->core.im_name = NULL;
H A DimInt.c224 if(!(im->core.im_name = _XimMakeImName(lcd)))
242 Xfree(im->core.im_name);
H A DimLcIm.c102 if(strcmp(im->core.im_name, "") == 0) {
113 } else if(strcmp(im->core.im_name, "local") == 0 ||
114 strcmp(im->core.im_name, "none" ) == 0 ) {
176 Xfree(im->core.im_name);
177 im->core.im_name = NULL;
H A DimDefIm.c115 char *server_name = im->core.im_name;
1079 Xfree(im->core.im_name);
1080 im->core.im_name = NULL;
H A DimThaiFlt.c1193 im_modifier_name = im->core.im_name;
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultIMIF.c206 if ((im->core.im_name = strdup(buf)) == NULL)
242 XFree(im->core.im_name);
H A DXlcint.h646 char * im_name; /* XIMMODIFIER name */ member in struct:__anon420bb5f60c08

Completed in 10 milliseconds