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

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h251 #define SH_CIRCLEQ_LASTP(head, type) \ macro
255 ((head)->scqh_last == -1 ? (void *)head : SH_CIRCLEQ_LASTP(head, type))
325 SH_CIRCLEQ_LASTP(head, type)->field.scqe_next = \
326 SH_PTR_TO_OFF(SH_CIRCLEQ_LASTP(head, type), elm); \

Completed in 30 milliseconds