Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_photon.c600 int int_ch = check_for_interrupt(ch, modifiers); in gui_ph_handle_keyboard() local
602 if (int_ch != NUL) in gui_ph_handle_keyboard()
604 ch = int_ch; in gui_ph_handle_keyboard()
H A Dgui_x11.c979 int int_ch = check_for_interrupt(key, modifiers); in gui_x11_key_hit_cb() local
981 if (int_ch != NUL) in gui_x11_key_hit_cb()
984 string[0] = int_ch; in gui_x11_key_hit_cb()
H A Dgui_gtk_x11.c1158 int int_ch = check_for_interrupt(key, modifiers); in key_press_event() local
1160 if (int_ch != NUL) in key_press_event()
1163 string[0] = int_ch; in key_press_event()