Searched refs:LIST_END (Results 1 – 4 of 4) sorted by relevance
70 #undef LIST_END261 #define LIST_END(head) NULL macro262 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))267 (var)!= LIST_END(head); \274 LIST_FIRST(head) = LIST_END(head); \
264 while ((p = LIST_FIRST(&hp->head)) != LIST_END(&hp->head)) {
93 #define LIST_END(head) NULL macro
254 #define LIST_END(list, end)\ macro9257 LIST_END(&act->filters, &new_filters); in retry_name_lookups()