Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h249 #define SH_CIRCLEQ_LASTP(head, type) \ macro
253 ((head)->scqh_last == -1 ? (void *)head : SH_CIRCLEQ_LASTP(head, type))
323 SH_CIRCLEQ_LASTP(head, type)->field.scqe_next = \
324 SH_PTR_TO_OFF(SH_CIRCLEQ_LASTP(head, type), elm); \