Searched refs:add_to_input_buf_csi (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ui.pro | 24 void add_to_input_buf_csi(char_u *str, int len);
|
| /vim-8.2.3635/src/ |
| H A D | gui.c | 3430 add_to_input_buf_csi(bytes, sizeof(long_u)); in gui_menu_cb() 3865 add_to_input_buf_csi(string, 1); in send_tabline_event() 3891 add_to_input_buf_csi(string, 2); in send_tabline_menu_event() 4170 add_to_input_buf_csi(bytes, sizeof(long_u)); in gui_drag_scrollbar() 5576 add_to_input_buf_csi(p, (int)STRLEN(p)); in gui_handle_drop()
|
| H A D | ui.c | 860 add_to_input_buf_csi(char_u *str, int len) in add_to_input_buf_csi() function
|
| H A D | testing.c | 955 add_to_input_buf_csi(val, (int)STRLEN(val)); in f_test_feedinput()
|
| H A D | gui_xim.c | 194 add_to_input_buf_csi(str, len); in im_add_to_input()
|
| H A D | gui_haiku.cc | 3097 add_to_input_buf_csi(string, len); in gui_haiku_process_event()
|
| H A D | gui_w32.c | 5722 add_to_input_buf_csi(ret, len); in _OnImeComposition()
|