Searched refs:CONV_RESTLEN (Results 1 – 3 of 3) sorted by relevance
35 char_u bw_rest[CONV_RESTLEN]; // not converted bytes180 l = CONV_RESTLEN - ip->bw_restlen; in buf_write_bytes()190 if (ip->bw_restlen + len > CONV_RESTLEN) in buf_write_bytes()220 if (len - wlen > CONV_RESTLEN) in buf_write_bytes()297 if (fromlen > CONV_RESTLEN) in buf_write_bytes()467 || fromlen > CONV_RESTLEN) in buf_write_bytes()
211 char_u conv_rest[CONV_RESTLEN]; in readfile()1552 || from_size > CONV_RESTLEN) in readfile()1648 if (bytelen <= CONV_RESTLEN) in readfile()
4446 #define CONV_RESTLEN 30 macro