Home
last modified time | relevance | path

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

/netbsd-src/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) in fch_get()
222 if (buf_head != bp) { in fch_get()
230 bp->next = buf_head; in fch_get()
232 buf_head->prev = bp; in fch_get()
233 buf_head = bp; in fch_get()
255 for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)
[all …]
/netbsd-src/usr.sbin/lockstat/
H A Dmain.c71 TAILQ_HEAD(buf_head, lsbuf);
72 typedef struct buf_head buflist_t;