Lines Matching refs:leftmost_child
2281 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) 4234 t = leftmost_child(t); 4269 while ((t = leftmost_child(t)) != 0) {