Searched refs:SLIST_END (Results 1 – 5 of 5) sorted by relevance
94 #undef SLIST_END203 #define SLIST_END(head) NULL macro204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))209 (var) != SLIST_END(head); \221 SLIST_FIRST(head) = SLIST_END(head); \
107 #define SLIST_END(head) NULL macro108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))113 (var) != SLIST_END(head); \120 SLIST_FIRST(head) = SLIST_END(head); \
909 #define SLIST_END(head) NULL macro
311 #define SLIST_END(head) NULL macro