Home
last modified time | relevance | path

Searched refs:convert_input_safe (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro84 int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp);
/vim-8.2.3635/src/
H A Dui.c1027 len = convert_input_safe(inbuf + inbufcount, in fill_input_buf()
H A Dmbyte.c5143 return convert_input_safe(ptr, len, maxlen, NULL, NULL); in convert_input()
5153 convert_input_safe( in convert_input_safe() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3472 8 In mch_inchar() should use convert_input_safe() to handle incomplete byte
H A Dversion7.txt15021 Solution: Use convert_input_safe() instead of convert_input(). Make