Lines Matching refs:qual
5 #define _TREE_NODE(type, qual) \ argument
7 qual type *tn_parent; /* parent */ \
8 qual type *tn_first; /* first child */ \
9 qual type *tn_last; /* last child */ \
10 qual type *tn_younger; /* younger sibling */ \
11 qual type *tn_older; /* older sibling */ \
15 #define _TREE_SCRATCH(type, qual, size) \ argument
18 qual type *stack[(size)]; \
19 qual type **sp; \
22 qual type *queue[(size)]; \
23 qual type **head; \
24 qual type **tail; \