Lines Matching refs:nnext
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()
881 a = a->nnext; in format()
928 a = a->nnext; in format()
977 for ( ; a; a = a->nnext) /* evaluate any remaining args */ in format()
993 y = a[0]->nnext; in awksprintf()
1016 y = a[0]->nnext; in awkprintf()
1530 nextarg = a[1]->nnext; in bltin()
1555 y = execute(a[1]->nnext); in bltin()
1558 nextarg = nextarg->nnext; in bltin()
1627 for ( ; nextarg; nextarg = nextarg->nnext) in bltin()
1643 for (x = a[0]; x != NULL; x = x->nnext) { in printstat()
1647 if (x->nnext == NULL) in printstat()