Searched +defs:EMPTY +defs:LIST +defs:EMPTY (Results 1 – 2 of 2) sorted by relevance
30 #define LIST(type) struct { type *head, *tail; } macro47 #define EMPTY(list) ((list).head == NULL) macro
189 #define LIST(type) ISC_LIST(type) macro195 #define EMPTY(list) ISC_LIST_EMPTY(list) macro