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

/macosx-10.10/vim-55/src/
H A Dfileio.c114 #define CONV_RESTLEN 30 macro
132 char_u bw_rest[CONV_RESTLEN]; /* not converted bytes */
321 char_u conv_rest[CONV_RESTLEN];
1565 || from_size > CONV_RESTLEN)
1661 if (bytelen <= CONV_RESTLEN)
5425 l = CONV_RESTLEN - ip->bw_restlen;
5435 if (ip->bw_restlen + len > CONV_RESTLEN)
5465 if (len - wlen > CONV_RESTLEN)
5544 if (fromlen > CONV_RESTLEN)
5719 || fromlen > CONV_RESTLEN)
[all...]

Completed in 81 milliseconds