Home
last modified time | relevance | path

Searched defs:Tnode (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/fossil/
H A Dview.c9 typedef struct Tnode Tnode; typedef
18 struct Tnode struct
23 // char *(*strfn)(Tnode*); argument
25 void (*expand)(Tnode*); argument
26 void (*collapse)(Tnode*); argument
29 Tnode **kid; argument
38 Tnode *root; argument
508 nilgen(void*, Block*, int, Tnode**) in nilgen() argument
514 initxblock(Block *b, char *s, int (*gen)(void*, Block*, int, Tnode**), void *arg) in initxblock() argument