Home
last modified time | relevance | path

Searched refs:nextbuf (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dalloc.c363 buf_T *buf, *nextbuf; in free_all_mem() local
506 nextbuf = buf->b_next; in free_all_mem()
509 buf = nextbuf; // didn't work, try next one in free_all_mem()
H A Dex_docmd.c1624 buf_T *nextbuf; in compute_buffer_local_count() local
1633 nextbuf = (offset < 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
1634 if (nextbuf == NULL) in compute_buffer_local_count()
1636 buf = nextbuf; in compute_buffer_local_count()
1641 nextbuf = (offset < 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
1642 if (nextbuf == NULL) in compute_buffer_local_count()
1644 buf = nextbuf; in compute_buffer_local_count()
1651 nextbuf = (offset >= 0) ? buf->b_prev : buf->b_next; in compute_buffer_local_count()
1652 if (nextbuf == NULL) in compute_buffer_local_count()
1654 buf = nextbuf; in compute_buffer_local_count()
/vim-8.2.3635/runtime/doc/
H A Deval.txt13702 :execute "buffer" nextbuf