Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dsys-queue.h84 #undef SIMPLEQ_END
335 #define SIMPLEQ_END(head) NULL macro
336 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
341 (var) != SIMPLEQ_END(head); \