Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h244 #define SH_CIRCLEQ_FIRSTP(head, type) \ macro
249 (void *)head : SH_CIRCLEQ_FIRSTP(head, type))
313 SH_CIRCLEQ_FIRSTP(head, type)->field.scqe_prev = \
314 SH_PTR_TO_OFF(SH_CIRCLEQ_FIRSTP(head, type), elm); \