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

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro91 int convert_input_safe __ARGS((char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp));
/macosx-10.10.1/vim-55/src/
H A Dmbyte.c5809 return convert_input_safe(ptr, len, maxlen, NULL, NULL);
5819 convert_input_safe(ptr, len, maxlen, restp, restlenp) function
H A Dui.c1804 len = convert_input_safe(inbuf + inbufcount,

Completed in 98 milliseconds