Searched refs:int_ch (Results 1 – 3 of 3) sorted by relevance
600 int int_ch = check_for_interrupt(ch, modifiers); in gui_ph_handle_keyboard() local602 if (int_ch != NUL) in gui_ph_handle_keyboard()604 ch = int_ch; in gui_ph_handle_keyboard()
979 int int_ch = check_for_interrupt(key, modifiers); in gui_x11_key_hit_cb() local981 if (int_ch != NUL) in gui_x11_key_hit_cb()984 string[0] = int_ch; in gui_x11_key_hit_cb()
1158 int int_ch = check_for_interrupt(key, modifiers); in key_press_event() local1160 if (int_ch != NUL) in key_press_event()1163 string[0] = int_ch; in key_press_event()