Searched defs:CIRCLEQ_LAST (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsys-queue.h108 #undef CIRCLEQ_LAST macro
546 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
565 for((var) = CIRCLEQ_LAST(head); \
570 for ((var) = CIRCLEQ_LAST(head, headname); \

Completed in 70 milliseconds