Lines Matching defs:link
259 gen_node * link; member
357 #define DECL_DLIST_LINK(entrytype, link) \ argument
363 #define INIT_DLIST(listhead, link) \ argument
369 #define HEAD_DLIST(listhead, link) \ argument
376 #define TAIL_DLIST(listhead, link) \ argument
383 #define NEXT_DLIST(listhead, entry, link) \ argument
390 #define PREV_DLIST(listhead, entry, link) \ argument
397 #define LINK_DLIST(listhead, pentry, link) \ argument
405 #define LINK_TAIL_DLIST(listhead, pentry, link) \ argument
413 #define UNLINK_DLIST(ptounlink, link) \ argument
421 #define ITER_DLIST_BEGIN(listhead, iter, link, entrytype) \ argument
433 #define REV_ITER_DLIST_BEGIN(listhead, iter, link, entrytype) \ argument