Home
last modified time | relevance | path

Searched refs:restp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c5157 char_u **restp, in convert_input_safe() argument
5165 restp == NULL ? NULL : &unconvertlen); in convert_input_safe()
5173 *restp = alloc(unconvertlen); in convert_input_safe()
5174 if (*restp != NULL) in convert_input_safe()
5175 mch_memmove(*restp, ptr + len - unconvertlen, unconvertlen); in convert_input_safe()
/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);