Searched refs:nextbuf (Results 1 – 3 of 3) sorted by relevance
363 buf_T *buf, *nextbuf; in free_all_mem() local506 nextbuf = buf->b_next; in free_all_mem()509 buf = nextbuf; // didn't work, try next one in free_all_mem()
1624 buf_T *nextbuf; in compute_buffer_local_count() local1633 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()
13702 :execute "buffer" nextbuf