Searched refs:styles (Results 1 - 25 of 243) sorted by relevance

12345678910

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultIMIF.c262 XIMStyles *styles; local in function:_GetIMValues
266 styles = Xmalloc(sizeof(XIMStyles));
267 *(XIMStyles **)p->value = styles;
268 styles->count_styles = 1;
269 styles->supported_styles =
270 Xmallocarray(styles->count_styles, sizeof(XIMStyle));
271 styles->supported_styles[0] = (XIMPreeditNone | XIMStatusNone);
H A DXimint.h99 XIMStyles *styles; member in struct:_XimDefIMValues
284 XIMStyles *styles,
H A DXlcint.h644 XIMStyles *styles; member in struct:__anon420bb5f60c08
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiIm.c167 if(im->core.styles) {
168 Xfree(im->core.styles);
169 im->core.styles = NULL;
H A DimRm.c370 XIMStyles *styles; local in function:_XimDefaultStyles
383 styles = (XIMStyles *)tmp;
385 styles->count_styles = (unsigned short)n;
386 styles->supported_styles =
389 styles->supported_styles[i] = supported_local_styles[i];
394 *out = styles;
1097 XIMStyles *styles; local in function:_XimDecodeStyles
1108 styles = *((XIMStyles **)((char *)top + info->offset));
1109 num = styles->count_styles;
1122 out->supported_styles[i] = styles
2936 _XimCheckInputStyle(XIMStyles * styles,XIMStyle style) argument
2952 _XimCheckLocalInputStyle(Xic ic,XPointer top,XIMArg * values,XIMStyles * styles,XIMResourceList res_list,unsigned int list_num) argument
[all...]
H A DimDefIm.c1082 Xfree(im->core.styles);
1083 im->core.styles = NULL;
1987 if (im->core.styles)
1988 Xfree(im->core.styles);
1989 im->core.styles = im->private.proto.default_styles;
2013 if (im->core.styles)
2014 Xfree(im->core.styles);
2015 im->core.styles = im->private.proto.default_styles;
H A DimLcIc.c177 im->core.styles, res, num) == False) {
H A DimThaiIc.c202 im->core.styles, res, num) == False) {
H A DimLcIm.c167 Xfree(im->core.styles);
168 im->core.styles = NULL;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.y150 | styles
223 styles: STYLES LB {OpenStyles();} newline_or_nada stylelist RB {CloseStyles();} label
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.y149 | styles
222 styles: STYLES LB {OpenStyles();} newline_or_nada stylelist RB {CloseStyles();} label
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4135 # We support both call styles for the transition. After
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4425 # We support both call styles for the transition. After
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m4168 # We support both call styles for the transition. After
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m4709 # We support both call styles for the transition. After
/xsrc/external/mit/fontconfig/dist/
H A Daclocal.m4425 # We support both call styles for the transition. After
/xsrc/external/mit/xsetmode/dist/
H A Daclocal.m452 # We support both call styles for the transition. After
/xsrc/external/mit/xsetpointer/dist/
H A Daclocal.m4850 # We support both call styles for the transition. After
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Daclocal.m4430 # We support both call styles for the transition. After
/xsrc/external/mit/xf86dga/dist/
H A Daclocal.m4430 # We support both call styles for the transition. After
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Daclocal.m4600 # We support both call styles for the transition. After
/xsrc/external/mit/evieext/dist/
H A Daclocal.m4430 # We support both call styles for the transition. After
/xsrc/external/mit/libXau/dist/
H A Daclocal.m4425 # We support both call styles for the transition. After
/xsrc/external/mit/libXaw/dist/
H A Daclocal.m42688 # We support both call styles for the transition. After
/xsrc/external/mit/libXcursor/dist/
H A Daclocal.m42688 # We support both call styles for the transition. After

Completed in 41 milliseconds

12345678910