Searched defs:et_node (Results 1 – 2 of 2) sorted by relevance
56 struct et_node struct62 struct et_node *father; /* Father of the node. */ argument63 struct et_node *son; /* The first of the sons of the node. */ argument64 struct et_node *left; argument65 struct et_node *right; /* The brothers of the node. */ argument71 struct et_node *et_new_tree (void *data); argument
57 struct et_node struct63 struct et_node *father; /* Father of the node. */ argument64 struct et_node *son; /* The first of the sons of the node. */ argument65 struct et_node *left; argument66 struct et_node *right; /* The brothers of the node. */ argument72 struct et_node *et_new_tree (void *data); argument