Home
last modified time | relevance | path

Searched refs:im_set_active (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui_xim.pro2 void im_set_active(int active);
H A Dgui_haiku.pro87 void im_set_active(int activate);
H A Dgui_w32.pro76 void im_set_active(int active);
/vim-8.2.3635/src/
H A Dgui_xim.c134 im_set_active(int active) in im_set_active() function
1059 im_set_active(FALSE); in xim_queue_key_press_event()
1159 im_set_active(int active_arg) in im_set_active() function
1747 im_set_active(int active_arg) in mbyte_im_set_active()
H A Dex_getln.c1146 im_set_active(FALSE); // Disable input method in cmdline_toggle_langmap()
1165 im_set_active(FALSE); // Disable input method in cmdline_toggle_langmap()
1171 im_set_active(TRUE); // Enable input method in cmdline_toggle_langmap()
1685 im_set_active(*b_im_ptr == B_IMODE_IM); in getcmdline_int()
1690 im_set_active(TRUE); in getcmdline_int()
2483 im_set_active(FALSE); in getcmdline_int()
H A Dedit.c311 im_set_active(curbuf->b_p_iminsert == B_IMODE_IM); in edit()
3414 im_set_active(TRUE); in ins_reg()
3541 im_set_active(FALSE); in ins_ctrl_hat()
3552 im_set_active(FALSE); in ins_ctrl_hat()
3558 im_set_active(TRUE); in ins_ctrl_hat()
3689 im_set_active(FALSE); in ins_esc()
H A Dnormal.c899 im_set_active(TRUE); in normal_cmd()
936 im_set_active(FALSE); in normal_cmd()
H A Doption.c3113 im_set_active(FALSE); in set_bool_option()
3117 im_set_active(curbuf->b_p_iminsert == B_IMODE_IM); in set_bool_option()
H A Dgui_w32.c5851 im_set_active(int active) in im_set_active() function
5970 im_set_active(int active) in im_set_active() function
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt5695 Solution: call xim_reset() with im_set_active(FALSE). (Takuhiro Nishioka)
H A Dversion7.txt12315 Solution: Call im_set_active() in Insert mode. (Taro Muraoka)
H A Dversion8.txt22779 Solution: Define im_get_status() and im_set_active() when IME is not used.