Lines Matching full:nnext
145 for (a = u; ; a = a->nnext) {
167 if (a->nnext == NULL)
240 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
249 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
465 for (np = a[1]; np; np = np->nnext) {
471 if (np->nnext)
512 for (np = a[1]; np; np = np->nnext) {
518 if (np->nnext)
551 for (p = a[0]; p; p = p->nnext) {
558 if (p->nnext)
846 a = a->nnext;
888 a = a->nnext;
935 for ( ; a; a = a->nnext) /* evaluate any remaining args */
951 y = a[0]->nnext;
974 y = a[0]->nnext;
1476 nextarg = a[1]->nnext;
1501 y = execute(a[1]->nnext);
1504 nextarg = nextarg->nnext;
1557 for ( ; nextarg; nextarg = nextarg->nnext)
1573 for (x = a[0]; x != NULL; x = x->nnext) {
1577 if (x->nnext == NULL)