Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xim.c119 static int im_is_active = FALSE; // IM is enabled for current mode variable
139 im_is_active = (active && !p_imdisable); in im_set_active()
141 if (im_is_active != was_active) in im_set_active()
537 im_is_active = TRUE; in im_preedit_start_cb()
563 im_is_active = FALSE; in im_preedit_end_cb()
844 im_is_active = FALSE; in im_shutdown()
954 call_imactivatefunc(im_is_active); in xim_reset()
969 if (im_is_active) in xim_reset()
1082 if (im_activatekey_keyval == GDK_VoidSymbol || im_is_active) in xim_queue_key_press_event()
1129 return im_is_active; in im_get_status()