Lines Matching refs:NFOR
362 n1 = (union node *)stalloc(sizeof (struct nfor));363 n1->type = NFOR;364 n1->nfor.var = wordtext;376 n1->nfor.args = ap;387 n1->nfor.args = n2;402 n1->nfor.body = list(0);