Home
last modified time | relevance | path

Searched refs:restlenp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mac_conv.c235 int *restlenp) in enc2macroman() argument
241 *restlenp = 0; in enc2macroman()
245 while (cfstr == NULL && *restlenp < 3 && fromlen > 1) in enc2macroman()
247 rest[*restlenp++] = from[--fromlen]; in enc2macroman()
H A Dmbyte.c5158 int *restlenp) in convert_input_safe() argument
5176 *restlenp = unconvertlen; in convert_input_safe()
/vim-8.2.3635/src/proto/
H A Dos_mac_conv.pro4 …(char_u *from, size_t fromlen, char_u *to, int *tolenp, int maxtolen, char_u *rest, int *restlenp);
H A Dmbyte.pro84 int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp);