Searched refs:SIMPLEQ_EMPTY (Results 1 – 6 of 6) sorted by relevance
78 #undef SIMPLEQ_EMPTY361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro412 if (!SIMPLEQ_EMPTY((head2))) { \
260 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
1398 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
301 while (!SIMPLEQ_EMPTY(&changes->entries)) {