Searched refs:buf_head (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/distrib/utils/more/
H A Dch.c76 #define buf_head buf_anchor.next macro
102 ((buf_head->block == ch_block && \
103 ch_offset < buf_head->datasize) ? \
104 buf_head->data[ch_offset] : fch_get())
118 for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)
222 if (buf_head != bp) {
230 bp->next = buf_head;
232 buf_head->prev = bp;
233 buf_head = bp;
255 for (bp = buf_head; b
[all...]
/netbsd-current/usr.sbin/lockstat/
H A Dmain.c71 TAILQ_HEAD(buf_head, lsbuf);
72 typedef struct buf_head buflist_t;

Completed in 188 milliseconds