Searched refs:im_set_active (Results 1 – 12 of 12) sorted by relevance
2 void im_set_active(int active);
87 void im_set_active(int activate);
76 void im_set_active(int active);
134 im_set_active(int active) in im_set_active() function1059 im_set_active(FALSE); in xim_queue_key_press_event()1159 im_set_active(int active_arg) in im_set_active() function1747 im_set_active(int active_arg) in mbyte_im_set_active()
1146 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()
311 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()
899 im_set_active(TRUE); in normal_cmd()936 im_set_active(FALSE); in normal_cmd()
3113 im_set_active(FALSE); in set_bool_option()3117 im_set_active(curbuf->b_p_iminsert == B_IMODE_IM); in set_bool_option()
5851 im_set_active(int active) in im_set_active() function5970 im_set_active(int active) in im_set_active() function
5695 Solution: call xim_reset() with im_set_active(FALSE). (Takuhiro Nishioka)
12315 Solution: Call im_set_active() in Insert mode. (Taro Muraoka)
22779 Solution: Define im_get_status() and im_set_active() when IME is not used.