Lines Matching refs:np1t
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)
1044 if (np1t->u.name.child->t == T_NUM &&
1045 np1t->u.name.child->u.ull !=
1048 if (np1t->u.name.child->t == T_NAME &&
1049 strcmp(np1t->u.name.child->u.name.s,
1070 nprest = np1t;