Search | Google it | Results 1 - 2 of 2 for fundef:SLIST_FIRST (0.01 seconds) |
109: */ 110: #define SLIST_FIRST(head) ((head)->slh_first) 111: #define SLIST_END(head) NULL
238: #define SLIST_EMPTY(head) ((head)->slh_first == NULL) 239: #define SLIST_FIRST(head) ((head)->slh_first) 240: #define SLIST_NEXT(elm, field) ((elm)->field.sle_next)