Searched refs:xim (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dmbyte.c171 * in the "xim.log" file.
185 fd = mch_fopen("xim.log", "w");
188 EMSG("Cannot open xim.log");
5323 XIM xim = NULL; local
5355 && (xim = XOpenIM(x11_display, NULL, NULL, NULL))
5364 if (xim == NULL && (p = XSetLocaleModifiers("")) != NULL && *p != NUL)
5365 xim = XOpenIM(x11_display, NULL, NULL, NULL);
5369 if (xim == NULL && (p = XSetLocaleModifiers("@im=none")) != NULL
5371 xim = XOpenIM(x11_display, NULL, NULL, NULL);
5373 if (xim
[all...]
H A Deval.c12157 "xim",
/macosx-10.10/emacs-93/emacs/src/
H A Dxterm.h370 XIM xim;
745 #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)
367 XIM xim; member in struct:x_display_info
H A Dxterm.c164 int use_xim = 0; /* configure --without-xim */
8030 xim_destroy_callback (xim, client_data, call_data)
8031 XIM xim;
8052 dpyinfo->xim = NULL;
8072 XIM xim;
8077 xim = XOpenIM (dpyinfo->display, dpyinfo->xrdb, resource_name,
8079 dpyinfo->xim = xim;
8081 if (xim)
8088 XGetIMValues (xim, XNQueryInputStyl
8045 XIM xim; local
[all...]
H A Dxfns.c2250 best_xim_style (user, xim)
2252 XIMStyles *xim;
2257 for (j = 0; j < xim->count_styles; ++j)
2258 if (user->supported_styles[i] == xim->supported_styles[j]) local
2273 XIM xim;
2285 xim = FRAME_X_XIM (f);
2286 if (xim)
2329 xic = XCreateIC (xim,
/macosx-10.10/vim-55/runtime/syntax/
H A Determ.vim288 \ start='^\s*begin\s\+xim\>'
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalcalg2.el3045 (xim (calcFunc-im x))
3047 (ximsq (math-sqr xim)))
3077 (found (assoc (list rnd0 rnd1 (math-posp xim))
3095 (math-negp xim)))
3103 (if (math-negp xim) -1 1)))))))))))
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim1187 if has("xim")
1197 if has("xim")
1221 if has("xim") && has("gui_gtk")
/macosx-10.10/emacs-93/emacs/
H A Dconfigure1346 --without-xim don't use X11 XIM
1962 # Check whether --with-xim was given.

Completed in 314 milliseconds