Searched refs:xim_styles (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 1240 XIMStyles *xim_styles; local in function:main 1370 imvalret = XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL); 1371 if (imvalret != NULL || xim_styles == NULL) { 1376 if (xim_styles) { 1378 for (i = 0; i < xim_styles->count_styles; i++) { 1379 if (xim_styles->supported_styles[i] == 1381 xim_style = xim_styles->supported_styles[i]; 1391 XFree(xim_styles);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | XawIm.c | 438 XIMStyles *xim_styles; local in function:OpenIM 493 if (XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL) 494 || !xim_styles) { 518 for (i = 0; (unsigned short)i < xim_styles->count_styles; i++) 519 if (input_style == xim_styles->supported_styles[i]) { 529 XFree(xim_styles);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 12728 XIMStyles *xim_styles; local in function:xim_create_xic 12822 if (XGetIMValues(input->xim, XNQueryInputStyle, &xim_styles, (void *) 0) 12823 || !xim_styles 12824 || !xim_styles->count_styles) { 12850 for (j = 0; j < xim_styles->count_styles; j++) { 12851 if (input_style == xim_styles->supported_styles[j]) { 12864 XFree(xim_styles);
|
| H A D | aclocal.m4 | 1770 XIMStyles *xim_styles = 0; 1776 XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL); 1779 (void)xim_styles;
|
Completed in 22 milliseconds