Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h70 #undef LIST_END
261 #define LIST_END(head) NULL macro
262 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
267 (var)!= LIST_END(head); \
274 LIST_FIRST(head) = LIST_END(head); \
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c264 while ((p = LIST_FIRST(&hp->head)) != LIST_END(&hp->head)) {
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dqueue.h93 #define LIST_END(head) NULL macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c254 #define LIST_END(list, end)\ macro
9257 LIST_END(&act->filters, &new_filters); in retry_name_lookups()