Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro84 int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp);
/dports/editors/vim/vim-8.2.3745/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