Home | History | Annotate | Download | only in util

Lines Matching refs:last_child

686       hs = hn->last_child;
733 hn->last_child = hp;
937 h->last_child = c;
1001 /* check to see if we are the last parent's last_child, if so
1003 if (hp == lp->last_child)
1004 lp->last_child = ln;