Home | History | Annotate | Download | only in stdlib

Lines Matching refs:XP

3054   tchunkptr XP = X->parent;\
3083 if (XP != 0) {\
3089 else if (RTCHECK(ok_address(M, XP))) {\
3090 if (XP->child[0] == X) \
3091 XP->child[0] = R;\
3093 XP->child[1] = R;\
3100 R->parent = XP;\