Format: AllC/C++CSSTextshell script Advanced Search
267: #define SIMPLEQ_FIRST(head) ((head)->sqh_first) 268: #define SIMPLEQ_END(head) NULL 269: #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))