Searched refs:SIMPLEQ_EMPTY (Results 1 – 5 of 5) sorted by relevance
78 #undef SIMPLEQ_EMPTY361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro412 if (!SIMPLEQ_EMPTY((head2))) { \
234 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
1297 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro