Lines Matching refs:stalloc
289 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
381 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
384 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
389 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
404 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
440 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
448 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
478 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
498 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
523 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
533 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()
567 n1 = (union node *)stalloc(sizeof (struct nredir)); in command()
611 n2 = (union node *)stalloc(sizeof (struct nredir)); in command()
691 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
703 n = (union node *)stalloc(sizeof (struct narg)); in makename()
716 n = (union node *)stalloc(sizeof (struct nbinary)); in makebinary()
1034 np = (union node *)stalloc(sizeof (struct nfile)); in parseredir()
1053 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()
1057 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1177 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in parsebackq()