Home
last modified time | relevance | path

Searched refs:convert_input (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro83 int convert_input(char_u *ptr, int len, int maxlen);
/vim-8.2.3635/src/
H A Dos_amiga.c198 len = convert_input(buf, len, maxlen); in mch_inchar()
H A Dmbyte.c5141 convert_input(char_u *ptr, int len, int maxlen) in convert_input() function
H A Dgui_x11.c831 len = convert_input(p, len, maxlen); in gui_x11_key_hit_cb()
H A Dgui_gtk_x11.c1052 len = convert_input(string2, len, sizeof(string2)); in key_press_event()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4128 convert_input() for Mac GUI.
H A Dversion6.txt9226 Problem: convert_input() has an unnecessary STRLEN().
H A Dversion7.txt15021 Solution: Use convert_input_safe() instead of convert_input(). Make