Lines Matching refs:np2t
1013 struct node *np1f, *np2f, *np1t, *np2t, *retp = NULL;
1037 for (np1t = np, np2t = events[1]->u.event.oldepname;
1038 np1t != NULL && np2t != NULL;
1039 np1t = np1t->u.name.next, np2t = np2t->u.name.next) {
1040 if (strcmp(np1t->u.name.s, np2t->u.name.s) != 0)
1042 if (np1t->u.name.child->t != np2t->u.name.child->t)
1046 np2t->u.name.child->u.ull)
1050 np2t->u.name.child->u.name.s) != 0)
1069 npend = np2t;