Lines Matching defs:head
41 #define HT_EMPTY(head) \ argument
45 #define HT_SIZE(head) \ argument
48 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
49 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
50 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
51 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
52 #define HT_START(name, head) name##_HT_START(head) argument
53 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
54 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
55 #define HT_CLEAR(name, head) name##_HT_CLEAR(head) argument
56 #define HT_INIT(name, head) name##_HT_INIT(head) argument
117 #define _HT_BUCKET(head, field, elm, hashfn) \ argument
120 #define HT_FOREACH(x, name, head) \ argument
422 #define _HT_FIND_OR_INSERT(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
437 #define _HT_FOI_INSERT(field, head, elm, newent, var) \ argument