Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c109 np = p->b_next; in free_buff()
112 buf->bh_first.b_next = NULL; in free_buff()
131 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next) in get_buffcont()
137 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next) in get_buffcont()
242 p->b_next = buf->bh_curr->b_next; in add_buff()
243 buf->bh_curr->b_next = p; in add_buff()
340 curr = buf->bh_first.b_next; in read_readbuf()
347 buf->bh_first.b_next = curr->b_next; in read_readbuf()
464 redobuff.bh_first.b_next = NULL; in ResetRedobuff()
751 bp = redobuff.bh_first.b_next; in read_redo()
[all …]
H A Dbuffer.c729 buf->b_prev->b_next = buf->b_next; in close_buffer()
730 if (buf->b_next == NULL) in close_buffer()
1252 buf = buf->b_next; in do_buffer_ext()
1267 buf = buf->b_next; in do_buffer_ext()
1280 buf = buf->b_next; in do_buffer_ext()
1482 buf = buf->b_next; in do_buffer_ext()
1498 buf = curbuf->b_next; in do_buffer_ext()
2127 buf->b_next = NULL; in buflist_new()
2153 prev->b_next = buf->b_next; in buflist_new()
2156 buf->b_next = prev; in buflist_new()
[all …]
H A Dex_cmds2.c521 || !buf->b_p_bl); buf = buf->b_next) in ex_listdo()
598 for (buf = curbuf->b_next; buf != NULL; buf = buf->b_next) in ex_listdo()
688 bnext = buf->b_next; in ex_listdo()
H A Dex_docmd.c1628 while (buf->b_next != NULL && buf->b_fnum < lnum) in compute_buffer_local_count()
1629 buf = buf->b_next; in compute_buffer_local_count()
1633 nextbuf = (offset < 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
1641 nextbuf = (offset < 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
1651 nextbuf = (offset >= 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
3241 while (buf->b_next != NULL in parse_cmd_address()
3243 buf = buf->b_next; in parse_cmd_address()
4435 while (buf->b_next != NULL && buf->b_ml.ml_mfp == NULL) in address_default_all()
4436 buf = buf->b_next; in address_default_all()
4564 if (buf->b_next == NULL) in invalid_range()
[all …]
H A Dalloc.c506 nextbuf = buf->b_next; in free_all_mem()
H A Dstructs.h558 buffblock_T *b_next; // pointer to next buffblock member
2670 buf_T *b_next; // links in list of buffers member
H A Dif_mzsch.c2220 if (buf->b_next == NULL) in get_next_buffer()
2223 return buffer_new(buf->b_next); in get_next_buffer()
H A Dinsexpand.c2229 while ((buf = (buf->b_next != NULL ? buf->b_next : firstbuf)) != curbuf in ins_compl_next_buf()
H A Dif_py_both.h5425 b = b->b_next; in BufMapLength()
5494 if (!((BufferObject *)(ret))->buf->b_next) in BufMapIterNext()
5496 else if (!(next = BufferNew(((BufferObject *)(ret))->buf->b_next))) in BufMapIterNext()
H A Dautocmd.c2231 buf_T *b = au_pending_free_buf->b_next; in apply_autocmds_group()
H A Dglobals.h778 for ((buf) = firstbuf; (buf) != NULL; (buf) = (buf)->b_next)
H A Dmap.c2055 for (bp = firstbuf; ; bp = bp->b_next) in check_map_keycodes()
H A Dsign.c817 buf = buf->b_next; in sign_list_placed()
H A Dif_lua.c1554 luaV_pushbuffer(L, buf->b_next); in luaV_buffer_next()
/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c164 unsigned int b_next = b_ptr + 1; in try_lcs() local
204 if (b_next <= be) in try_lcs()
205 b_next = be + 1; in try_lcs()
231 return b_next; in try_lcs()