Lines Matching refs:bw_rest
35 char_u bw_rest[CONV_RESTLEN]; // not converted bytes member
183 mch_memmove(ip->bw_rest + ip->bw_restlen, buf, (size_t)l); in buf_write_bytes()
184 n = utf_ptr2len_len(ip->bw_rest, ip->bw_restlen + l); in buf_write_bytes()
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()
396 mch_memmove(from, ip->bw_rest, (size_t)ip->bw_restlen); 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()
475 mch_memmove(ip->bw_rest, (void *)from, fromlen); in buf_write_bytes()