Lines Matching refs:b_str
132 count += (long_u)STRLEN(bp->b_str); in get_buffcont()
138 for (str = bp->b_str; *str; ) in get_buffcont()
219 mch_memmove(buf->bh_first.b_next->b_str, in add_buff()
220 buf->bh_first.b_next->b_str + buf->bh_index, in add_buff()
221 STRLEN(buf->bh_first.b_next->b_str + buf->bh_index) + 1); in add_buff()
226 len = (long_u)STRLEN(buf->bh_curr->b_str); in add_buff()
227 vim_strncpy(buf->bh_curr->b_str + len, s, (size_t)slen); in add_buff()
236 p = alloc(offsetof(buffblock_T, b_str) + len + 1); in add_buff()
240 vim_strncpy(p->b_str, s, (size_t)slen); in add_buff()
341 c = curr->b_str[buf->bh_index]; in read_readbuf()
345 if (curr->b_str[++buf->bh_index] == NUL) in read_readbuf()
754 p = bp->b_str; in read_redo()
780 p = bp->b_str; in read_redo()