Searched refs:nfor (Results 1 – 6 of 6) sorted by relevance
70 SHELL_ALIGN(sizeof (struct nfor)),151 funcstringsize += strlen(n->nfor.var) + 1;152 calcsize(n->nfor.body);153 calcsize(n->nfor.args);249 new->nfor.var = nodesavestr(n->nfor.var);250 new->nfor.body = copynode(n->nfor.body);251 new->nfor.args = copynode(n->nfor.args);
71 struct nfor { struct141 struct nfor nfor; member
362 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()364 n1->nfor.var = wordtext; in command()376 n1->nfor.args = ap; in command()387 n1->nfor.args = n2; in command()402 n1->nfor.body = list(0); in command()
359 for (argp = n->nfor.args ; argp ; argp = argp->narg.next) { in evalfor()368 setvar(n->nfor.var, sp->text, 0); in evalfor()369 evaltree(n->nfor.body, flags & EV_TESTED); in evalfor()
1310 cmdputs(n->nfor.var); in cmdtxt()1312 cmdlist(n->nfor.args, 1); in cmdtxt()1314 cmdtxt(n->nfor.body); in cmdtxt()
87 NFOR nfor # the for statement