Searched defs:Tnode (Results 1 – 1 of 1) sorted by relevance
9 typedef struct Tnode Tnode; typedef18 struct Tnode struct23 // char *(*strfn)(Tnode*); argument25 void (*expand)(Tnode*); argument26 void (*collapse)(Tnode*); argument29 Tnode **kid; argument38 Tnode *root; argument508 nilgen(void*, Block*, int, Tnode**) in nilgen() argument514 initxblock(Block *b, char *s, int (*gen)(void*, Block*, int, Tnode**), void *arg) in initxblock() argument