Home | History | Annotate | Download | only in roken

Lines Matching defs:node_t

7  * The node_t structure is for internal use only, lint doesn't grok it.
27 } node_t;
45 node_t *q;
46 node_t **rootp = (node_t **)vrootp;
62 q = malloc(sizeof(node_t)); /* T5: key not found */
79 trecurse(const node_t *root, void (*action)(const void *, VISIT, int),
121 node_t **rootp = (node_t **)vrootp;
122 node_t *q, *r;
166 node_t **rootp = (node_t **)vrootp;