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

  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 295 (p->xic == NULL) || !(p->input_style & XIMPreeditPosition)) return;
512 input_style = (XIMPreeditPosition | XIMStatusArea);
789 if (p->input_style & (XIMPreeditArea|XIMPreeditPosition|XIMStatusArea)) {
836 if (p->input_style & XIMPreeditPosition) {
913 if (p->input_style & XIMPreeditPosition) {
941 if ((p->input_style & XIMPreeditPosition)
951 if (p->input_style & (XIMPreeditArea|XIMPreeditPosition|XIMStatusArea)) {
988 if (p->input_style & XIMPreeditPosition) {
996 if (p->input_style & XIMPreeditPosition) {
1185 if (p->input_style & XIMPreeditPosition) {
    [all...]
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imRm.c 179 else if(!strcmp(value.addr, "XIMPreeditPosition"))
180 preedit_style = XIMPreeditPosition;
2411 } else if(style & XIMPreeditPosition) {
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 1171 #define XIMPreeditPosition 0x0004L
  /xsrc/external/mit/xterm/dist/
charproc.c 12736 "OverTheSpot", (XIMPreeditPosition | XIMStatusNothing)
12886 * For XIMPreeditPosition (or OverTheSpot), XIM client has to

Completed in 15 milliseconds