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

/macosx-10.10.1/vim-55/src/
H A Dfileio.c322 int conv_restlen = 0; /* nr of bytes in conv_rest[] */ local
1207 conv_restlen = 0;
1306 if (conv_restlen > 0)
1309 mch_memmove(ptr, conv_rest, conv_restlen);
1310 ptr += conv_restlen;
1311 size -= conv_restlen;
1388 else if (conv_restlen > 0)
1412 *(ptr - conv_restlen) = NUL;
1413 conv_restlen = 0;
1427 while (conv_restlen >
[all...]

Completed in 73 milliseconds