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

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h212 #define SIMPLEQ_END(head) NULL macro
218 (var) != SIMPLEQ_END(head); \
H A Dparse.y1410 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h232 #define SIMPLEQ_END(head) NULL macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
238 (var) != SIMPLEQ_END(head); \
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h232 #define SIMPLEQ_END(head) NULL macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
238 (var) != SIMPLEQ_END(head); \
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h80 #undef SIMPLEQ_END macro
358 #define SIMPLEQ_END(head) NULL macro
359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
364 (var) != SIMPLEQ_END(head); \

Completed in 71 milliseconds