Searched refs:convert_input (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 83 int convert_input(char_u *ptr, int len, int maxlen);
|
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 198 len = convert_input(buf, len, maxlen); in mch_inchar()
|
| H A D | mbyte.c | 5141 convert_input(char_u *ptr, int len, int maxlen) in convert_input() function
|
| H A D | gui_x11.c | 831 len = convert_input(p, len, maxlen); in gui_x11_key_hit_cb()
|
| H A D | gui_gtk_x11.c | 1052 len = convert_input(string2, len, sizeof(string2)); in key_press_event()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4128 convert_input() for Mac GUI.
|
| H A D | version6.txt | 9226 Problem: convert_input() has an unnecessary STRLEN().
|
| H A D | version7.txt | 15021 Solution: Use convert_input_safe() instead of convert_input(). Make
|