Searched defs:leftmost_child (Results 1 – 4 of 4) sorted by relevance
45 node_t *leftmost_child, *sibling; in node_print() local90 node_t *leftmost_child, *sibling; in node_validate() local
1881 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
2410 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro