Lines Matching refs:conv_restlen
212 int conv_restlen = 0; // nr of bytes in conv_rest[] in readfile() local
1093 conv_restlen = 0; in readfile()
1201 if (conv_restlen > 0) in readfile()
1204 mch_memmove(ptr, conv_rest, conv_restlen); in readfile()
1205 ptr += conv_restlen; in readfile()
1206 size -= conv_restlen; in readfile()
1393 else if (conv_restlen > 0) in readfile()
1419 *(ptr - conv_restlen) = NUL; in readfile()
1420 conv_restlen = 0; in readfile()
1434 while (conv_restlen > 0) in readfile()
1437 --conv_restlen; in readfile()
1516 ptr -= conv_restlen; in readfile()
1517 size += conv_restlen; in readfile()
1518 conv_restlen = 0; in readfile()
1580 conv_restlen = (int)from_size; in readfile()
1749 conv_restlen = size; in readfile()
1836 conv_restlen = (int)((ptr + size) - tail); in readfile()
1837 mch_memmove(conv_rest, (char_u *)tail, conv_restlen); in readfile()
1838 size -= conv_restlen; in readfile()
2019 conv_restlen = todo; in readfile()
2020 mch_memmove(conv_rest, p, conv_restlen); in readfile()
2021 size -= conv_restlen; in readfile()