Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c132 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()
226 len = (long_u)STRLEN(buf->bh_curr->b_str); 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()
[all …]
H A Dstructs.h559 char_u b_str[1]; // contents (actually longer) member