Searched refs:nnext (Results 1 – 6 of 6) sorted by relevance
39 x->nnext = NULL; in nodealloc()227 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()229 c->nnext = b; in linkum()250 for (p = vl; p; p = p->nnext) in defn()262 for (n = 0; p != 0; p = p->nnext, n++) in isarg()
148 for (a = u; ; a = a->nnext) { in execute()170 if (a->nnext == NULL) in execute()243 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call()252 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */ in call()480 for (np = a[1]; np; np = np->nnext) { in array()487 if (np->nnext) in array()528 for (np = a[1]; np; np = np->nnext) { in awkdelete()535 if (np->nnext) in awkdelete()568 for (p = a[0]; p; p = p->nnext) { in intest()576 if (p->nnext) in intest()[all …]
142 struct Node *nnext; member
480 for ( ; vl; vl = vl->nnext) {
45 #define parent(v) (v)->nnext
3687 for ( ; vl; vl = vl->nnext) { in checkdup()