Home
last modified time | relevance | path

Searched refs:SLIST_END (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h57 #undef SLIST_END
197 #define SLIST_END(head) NULL macro
198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
203 (var) != SLIST_END(head); \
210 SLIST_FIRST(head) = SLIST_END(head); \