Searched defs:et_node (Results 1 – 1 of 1) sorted by relevance
59 struct et_node struct65 struct et_node *father; /* Father of the node. */ argument66 struct et_node *son; /* The first of the sons of the node. */ argument67 struct et_node *left; argument68 struct et_node *right; /* The brothers of the node. */ argument74 struct et_node *et_new_tree (void *data); argument