HomeSort by: relevance | last modified time | path
    Searched refs:XIMStyle (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
XawImP.h 89 XIMStyle input_style;
104 XIMStyle input_style;
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XDefaultIMIF.c 270 Xmallocarray(styles->count_styles, sizeof(XIMStyle));
288 ic->core.input_style = (XIMStyle)p->value;
313 *((XIMStyle *)(p->value)) = ic->core.input_style;
Ximint.h 107 XIMStyle input_style;
238 XIMStyle style
Xlcint.h 721 XIMStyle input_style; /* IM's input style */
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imRm.c 84 XIMStyle preedit_style = 0;
85 XIMStyle status_style = 0;
210 if(!(imstyles = Xmalloc(sizeof(XIMStyles) + sizeof(XIMStyle)))){
217 (XIMStyle *)((char *)imstyles + sizeof(XIMStyles));
357 static XIMStyle const supported_local_styles[] = {
378 len = sizeof(XIMStyles) + sizeof(XIMStyle) * n;
387 (XIMStyle *)((char *)tmp + sizeof(XIMStyles));
851 XIMStyle *out;
853 out = (XIMStyle *)((char *)top + info->offset);
854 *out = (XIMStyle)val
    [all...]
imRmAttr.c 257 XIMStyle *style;
266 if (num > (USHRT_MAX / sizeof(XIMStyle)))
270 alloc_len = sizeof(XIMStyles) + sizeof(XIMStyle) * num;
277 style = (XIMStyle *)(p + sizeof(XIMStyles));
280 style[i] = (XIMStyle)style_list[i];
imDefIc.c 92 XIMStyle input_style = ic->core.input_style;
1338 XIMStyle *input_style)
1344 *input_style = (XIMStyle)p->value;
1362 XIMStyle input_style;
1393 XIMStyle input_style = ic->core.input_style;
1423 XIMStyle input_style;
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 119 static XIMStyle GetInputStyleOfIC(XawVendorShellExtPart*);
267 static XIMStyle
271 if (!ve) return((XIMStyle)0);
439 XIMStyle input_style = 0;
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 1162 typedef unsigned long XIMStyle;
1166 XIMStyle *supported_styles;
  /xsrc/external/mit/xev/dist/
xev.c 1241 XIMStyle xim_style = 0;
  /xsrc/external/mit/xterm/dist/
charproc.c 12729 XIMStyle input_style = 0;

Completed in 26 milliseconds