Home | History | Annotate | Download | only in src

Lines Matching refs:XP

3042   tchunkptr XP = X->parent;\
3071 if (XP != 0) {\
3077 else if (RTCHECK(ok_address(M, XP))) {\
3078 if (XP->child[0] == X) \
3079 XP->child[0] = R;\
3081 XP->child[1] = R;\
3088 R->parent = XP;\