Lines Matching refs:v_parent
744 c->v_parent = p; in setq()
882 pp = p->v_parent; in unsetv1()
885 c->v_parent = pp; in unsetv1()
971 (t)->v_parent = (p)->v_parent,\
973 (t->v_right->v_parent = (p)) : 0,\
974 (t->v_right = (p))->v_parent = t,\
978 ((t)->v_parent = (p)->v_parent,\
980 (t->v_left->v_parent = (p)) : 0,\
981 (t->v_left = (p))->v_parent = t,\
1021 for (; (pp = p->v_parent) != 0; p = pp, f = ff) { in balance()
1116 if (p->v_parent == 0) /* is it the header? */ in plist()
1140 p = p->v_parent; in plist()