Searched refs:SLIST_END (Results 1 – 1 of 1) 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); \