Searched refs:SLIST_END (Results 1 – 1 of 1) sorted by relevance
57 #undef SLIST_END197 #define SLIST_END(head) NULL macro198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))203 (var) != SLIST_END(head); \210 SLIST_FIRST(head) = SLIST_END(head); \