Searched refs:b_next (Results 1 – 15 of 15) sorted by relevance
109 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 …]
729 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 …]
521 || !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()
1628 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 …]
506 nextbuf = buf->b_next; in free_all_mem()
558 buffblock_T *b_next; // pointer to next buffblock member2670 buf_T *b_next; // links in list of buffers member
2220 if (buf->b_next == NULL) in get_next_buffer()2223 return buffer_new(buf->b_next); in get_next_buffer()
2229 while ((buf = (buf->b_next != NULL ? buf->b_next : firstbuf)) != curbuf in ins_compl_next_buf()
5425 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()
2231 buf_T *b = au_pending_free_buf->b_next; in apply_autocmds_group()
778 for ((buf) = firstbuf; (buf) != NULL; (buf) = (buf)->b_next)
2055 for (bp = firstbuf; ; bp = bp->b_next) in check_map_keycodes()
817 buf = buf->b_next; in sign_list_placed()
1554 luaV_pushbuffer(L, buf->b_next); in luaV_buffer_next()
164 unsigned int b_next = b_ptr + 1; in try_lcs() local204 if (b_next <= be) in try_lcs()205 b_next = be + 1; in try_lcs()231 return b_next; in try_lcs()