Searched refs:restlenp (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mac_conv.c | 235 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 D | mbyte.c | 5158 int *restlenp) in convert_input_safe() argument 5176 *restlenp = unconvertlen; in convert_input_safe()
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mac_conv.pro | 4 …(char_u *from, size_t fromlen, char_u *to, int *tolenp, int maxtolen, char_u *rest, int *restlenp);
|
| H A D | mbyte.pro | 84 int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp);
|