Searched refs:conv_rest (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 211 char_u conv_rest[CONV_RESTLEN]; in readfile() local 1204 mch_memmove(ptr, conv_rest, conv_restlen); in readfile() 1579 mch_memmove(conv_rest, (char_u *)fromp, from_size); in readfile() 1748 mch_memmove(conv_rest, src, size); in readfile() 1837 mch_memmove(conv_rest, (char_u *)tail, conv_restlen); in readfile() 2020 mch_memmove(conv_rest, p, conv_restlen); in readfile()
|