Lines Matching refs:stalloc
291 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
383 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
386 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
391 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
406 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
442 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
450 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
480 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
500 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
525 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
535 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()
569 n1 = (union node *)stalloc(sizeof (struct nredir)); in command()
614 n2 = (union node *)stalloc(sizeof (struct nredir)); in command()
694 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
706 n = (union node *)stalloc(sizeof (struct narg)); in makename()
719 n = (union node *)stalloc(sizeof (struct nbinary)); in makebinary()
1037 np = (union node *)stalloc(sizeof (struct nfile)); in parseredir()
1056 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()
1060 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1180 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in parsebackq()