Lines Matching refs:stalloc
288 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
380 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
383 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
388 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
403 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
439 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
447 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
477 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
497 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
522 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
532 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()
566 n1 = (union node *)stalloc(sizeof (struct nredir)); in command()
610 n2 = (union node *)stalloc(sizeof (struct nredir)); in command()
690 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
702 n = (union node *)stalloc(sizeof (struct narg)); in makename()
715 n = (union node *)stalloc(sizeof (struct nbinary)); in makebinary()
1033 np = (union node *)stalloc(sizeof (struct nfile)); in parseredir()
1052 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()
1056 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1176 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in parsebackq()