Home | History | Annotate | Download | only in src

Lines Matching refs:leftmost_child

1876 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1])
3768 t = leftmost_child(t);
3804 while ((t = leftmost_child(t)) != 0) {