Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c35 char_u bw_rest[CONV_RESTLEN]; // not converted bytes member
196 c = utf_ptr2char(ip->bw_rest); in buf_write_bytes()
198 c = ip->bw_rest[0]; in buf_write_bytes()
207 mch_memmove(ip->bw_rest, ip->bw_rest + n, in buf_write_bytes()
223 mch_memmove(ip->bw_rest, buf + wlen, in buf_write_bytes()
269 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
303 mch_memmove(ip->bw_rest, from, fromlen); in buf_write_bytes()
327 ip->bw_rest[0] = from[fromlen - 1]; in buf_write_bytes()
407 ip->bw_rest, &ip->bw_restlen) == FAIL) in buf_write_bytes()
434 mch_memmove(fp, ip->bw_rest, (size_t)ip->bw_restlen); in buf_write_bytes()
[all …]