Searched refs:SIMPLEQ_EMPTY (Results 1 – 1 of 1) sorted by relevance
78 #undef SIMPLEQ_EMPTY354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro