gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:SIMPLEQ_NEXT (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
269: #define SIMPLEQ_EMPTY(head)         (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
270: #define SIMPLEQ_NEXT(elm, field)    ((elm)->field.sqe_next)
271: 
bsd_source/t2ex/network/net/src_bsd/sys/_queue.h - 35.5KB - 704 lines
395: #define SIMPLEQ_FIRST(head)             ((head)->sqh_first)
396: #define SIMPLEQ_NEXT(elm, field)        ((elm)->field.sqe_next)
397: