Lines Matching defs:npp
747 in_list(TREE *tp, TREE **npp)
751 while ((sp = *npp++) != NULL)
767 TREE **npp = node;
771 unprotect(*npp++ = RIGHT(x));
775 unprotect(*npp++ = PARENT(x));
784 *npp = NULL;
785 npp = node;
786 while ((tp = *npp++) != NULL)
787 if (tp != x && tp != y && !in_list(tp, npp))
795 TREE **npp = node;
799 unprotect(*npp++ = LEFT(x));
803 unprotect(*npp++ = PARENT(x));
812 *npp = NULL;
813 npp = node;
814 while ((tp = *npp++) != NULL)
815 if (tp != x && tp != y && !in_list(tp, npp))
823 TREE **npp = node;
827 unprotect(*npp++ = RIGHT(x));
831 unprotect(*npp++ = RIGHT(y));
835 unprotect(*npp++ = PARENT(x));
846 *npp = NULL;
847 npp = node;
848 while ((tp = *npp++) != NULL)
849 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
857 TREE **npp = node;
861 unprotect(*npp++ = LEFT(x));
865 unprotect(*npp++ = LEFT(y));
869 unprotect(*npp++ = PARENT(x));
880 *npp = NULL;
881 npp = node;
882 while ((tp = *npp++) != NULL)
883 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
891 TREE **npp = node;
895 unprotect(*npp++ = RIGHT(y));
899 unprotect(*npp++ = PARENT(x));
908 *npp = NULL;
909 npp = node;
910 while ((tp = *npp++) != NULL)
911 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
920 TREE **npp = node;
924 unprotect(*npp++ = LEFT(y));
928 unprotect(*npp++ = PARENT(x));
937 *npp = NULL;
938 npp = node;
939 while ((tp = *npp++) != NULL)
940 if (tp != x && tp != y && tp != z && !in_list(tp, npp))