Searched defs:dt_node (Results 1 – 3 of 3) sorted by relevance
50 typedef struct dt_node { struct73 struct dt_node *_links[3]; /* child node pointers */ argument116 struct dt_node *dn_list; /* parse tree list link */ argument117 struct dt_node *dn_link; /* allocation list link */ argument
1606 class dt_node class1621 dt_node (enum dt_type type_, dt_node *parent_) in dt_node() function in dt_node
1614 dt_node (enum dt_type type_, dt_node *parent_) in dt_node() function