Lines Matching refs:stalloc

180 					n3 = stalloc(sizeof(struct nredir));  in list()
192 n3 = (union node *)stalloc(sizeof (struct nbinary)); in list()
235 n3 = (union node *)stalloc(sizeof (struct nbinary)); in andor()
261 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
264 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
269 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
279 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
310 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
318 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
337 n1 = (union node *)stalloc(sizeof (struct nbinary)); in command()
351 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
359 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
371 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
391 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
396 n1->ncase.expr = n2 = (union node *)stalloc(sizeof (struct narg)); in command()
411 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()
415 *app = ap = (union node *)stalloc(sizeof (struct narg)); in command()
442 n1 = (union node *)stalloc(sizeof (struct nredir)); in command()
475 n2 = (union node *)stalloc(sizeof (struct nredir)); in command()
510 n = (union node *)stalloc(sizeof (struct narg)); in simplecmd()
564 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
578 n = (union node *)stalloc(sizeof (struct narg)); in makename()
658 n = (union node *)stalloc(sizeof (struct narg)); in parseheredoc()
1129 np = (union node *)stalloc(sizeof (struct nfile)); in readtoken1()
1148 np = (union node *)stalloc(sizeof (struct nhere)); in readtoken1()
1152 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in readtoken1()
1383 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in readtoken1()