Lines Matching refs:nnext
148 for (a = u; ; a = a->nnext) {
170 if (a->nnext == NULL)
243 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
252 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
480 for (np = a[1]; np; np = np->nnext) {
487 if (np->nnext)
528 for (np = a[1]; np; np = np->nnext) {
535 if (np->nnext)
568 for (p = a[0]; p; p = p->nnext) {
576 if (p->nnext)
881 a = a->nnext;
928 a = a->nnext;
977 for ( ; a; a = a->nnext) /* evaluate any remaining args */
993 y = a[0]->nnext;
1016 y = a[0]->nnext;
1530 nextarg = a[1]->nnext;
1555 y = execute(a[1]->nnext);
1558 nextarg = nextarg->nnext;
1627 for ( ; nextarg; nextarg = nextarg->nnext)
1643 for (x = a[0]; x != NULL; x = x->nnext) {
1647 if (x->nnext == NULL)