Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h136 #define SH_TAILQ_FIRSTP(head, type) \ macro
140 ((head)->stqh_first == -1 ? NULL : SH_TAILQ_FIRSTP(head, type))
168 SH_TAILQ_FIRSTP(head, type)->field.stqe_prev = \