Home
last modified time | relevance | path

Searched refs:add_to_input_buf_csi (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dui.pro24 void add_to_input_buf_csi(char_u *str, int len);
/vim-8.2.3635/src/
H A Dgui.c3430 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 Dui.c860 add_to_input_buf_csi(char_u *str, int len) in add_to_input_buf_csi() function
H A Dtesting.c955 add_to_input_buf_csi(val, (int)STRLEN(val)); in f_test_feedinput()
H A Dgui_xim.c194 add_to_input_buf_csi(str, len); in im_add_to_input()
H A Dgui_haiku.cc3097 add_to_input_buf_csi(string, len); in gui_haiku_process_event()
H A Dgui_w32.c5722 add_to_input_buf_csi(ret, len); in _OnImeComposition()