Home
last modified time | relevance | path

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

/freebsd/usr.bin/tail/
H A Dreverse.c193 TAILQ_HEAD(bfhead, bfelem) head; in r_buf()
242 tl = TAILQ_LAST(&head, bfhead); in r_buf()
276 tl = TAILQ_PREV(tl, bfhead, entries); in r_buf()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp126 struct bfhead;
132 struct bfhead *flink; /* Forward link */
133 struct bfhead *blink; /* Backward link */
161 typedef struct bfhead { struct