Searched refs:SLIST_END (Results 1 – 3 of 3) sorted by relevance
111 #define SLIST_END(head) NULL macro112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))117 (var) != SLIST_END(head); \122 ((var) = *(varp)) != SLIST_END(head); \129 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); \
49 #undef SLIST_END196 #define SLIST_END(head) NULL macro197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))202 (var) != SLIST_END(head); \214 SLIST_FIRST(head) = SLIST_END(head); \