Searched defs:np1t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c1013 struct node *np1f, *np2f, *np1t, *np2t, *retp = NULL; local
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
[all...]

Completed in 81 milliseconds