Searched refs:conv_rest (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dfileio.c321 char_u conv_rest[CONV_RESTLEN]; local
322 int conv_restlen = 0; /* nr of bytes in conv_rest[] */
1309 mch_memmove(ptr, conv_rest, conv_restlen);
1592 mch_memmove(conv_rest, (char_u *)fromp, from_size);
1659 * it's put in "conv_rest", but if it's too long
1761 mch_memmove(conv_rest, src, size);
1846 * conv_rest[]. */
1850 mch_memmove(conv_rest, (char_u *)tail, conv_restlen);
2027 /* Incomplete byte sequence, move it to conv_rest[]
2033 mch_memmove(conv_rest,
[all...]

Completed in 72 milliseconds