Lines Matching refs:b_prev
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()
3246 while (buf->b_prev != NULL in parse_cmd_address()
3248 buf = buf->b_prev; in parse_cmd_address()
4147 if (buf->b_prev == NULL) in get_address()
4149 buf = buf->b_prev; in get_address()
4439 while (buf->b_prev != NULL && buf->b_ml.ml_mfp == NULL) in address_default_all()
4440 buf = buf->b_prev; in address_default_all()
4573 if (buf->b_prev == NULL) in invalid_range()
4575 buf = buf->b_prev; in invalid_range()