Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c35 char_u bw_rest[CONV_RESTLEN]; // not converted bytes
180 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()
H A Dfileio.c211 char_u conv_rest[CONV_RESTLEN]; in readfile()
1552 || from_size > CONV_RESTLEN) in readfile()
1648 if (bytelen <= CONV_RESTLEN) in readfile()
H A Dstructs.h4446 #define CONV_RESTLEN 30 macro