Searched refs:string2 (Results 1 – 2 of 2) sorted by relevance
768 char_u string2[256]; in gui_x11_key_hit_cb() local774 char_u string[4], string2[3]; in gui_x11_key_hit_cb() local971 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()
1018 char_u string[32], string2[32]; in key_press_event() local1047 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()