Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_x11.c768 char_u string2[256]; in gui_x11_key_hit_cb() local
774 char_u string[4], string2[3]; in gui_x11_key_hit_cb() local
971 string2[0] = CSI; in gui_x11_key_hit_cb()
972 string2[1] = KS_MODIFIER; in gui_x11_key_hit_cb()
973 string2[2] = modifiers; in gui_x11_key_hit_cb()
974 add_to_input_buf(string2, 3); in gui_x11_key_hit_cb()
H A Dgui_gtk_x11.c1018 char_u string[32], string2[32]; in key_press_event() local
1047 len = keyval_to_string(key_sym, string2); in key_press_event()
1052 len = convert_input(string2, len, sizeof(string2)); in key_press_event()
1054 s = string2; in key_press_event()
1150 string2[0] = CSI; in key_press_event()
1151 string2[1] = KS_MODIFIER; in key_press_event()
1152 string2[2] = modifiers; in key_press_event()
1153 add_to_input_buf(string2, 3); in key_press_event()