Lines Matching refs:b_next
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()
4566 buf = buf->b_next; in invalid_range()