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

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.h172 #define SIMPLEQ_END(head) NULL macro
178 (var) != SIMPLEQ_END(head); \
H A Dparse.y1358 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
/freebsd-9.3-release/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-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h77 #undef SIMPLEQ_END macro
353 #define SIMPLEQ_END(head) NULL macro
354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
359 (var) != SIMPLEQ_END(head); \

Completed in 136 milliseconds