Lines Matching refs:b_next
150 bufhead.b_next = bufhead.b_prev = &bufhead;
169 bp->b_next = bufhead.b_next;
170 bufhead.b_next->b_prev = bp;
171 bufhead.b_next = bp;
185 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next)
196 bp->b_prev->b_next = bp->b_next;
197 bp->b_next->b_prev = bp->b_prev;
199 bp->b_next = bufhead.b_next;
200 bufhead.b_next->b_prev = bp;
201 bufhead.b_next = bp;