Lines Matching refs:stalloc
286 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
378 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
381 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
386 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
401 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
437 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
445 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
475 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()