Searched defs:case_node (Results 1 – 2 of 2) sorted by relevance
1674 struct case_node struct1676 case_node *left; /* Left son in binary tree. */ argument1677 case_node *right; /* Right son in binary tree; argument1679 case_node *parent; /* Parent of node in binary tree. */ argument1689 typedef case_node *case_node_ptr; argument
88 struct case_node struct90 struct case_node *left; /* Left son in binary tree */ argument91 struct case_node *right; /* Right son in binary tree; also node chain */ argument92 struct case_node *parent; /* Parent of node in binary tree */ argument98 typedef struct case_node case_node; argument