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()
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()
613 n2 = (union node *)stalloc(sizeof (struct nredir)); in command()
693 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
705 n = (union node *)stalloc(sizeof (struct narg)); in makename()
718 n = (union node *)stalloc(sizeof (struct nbinary)); in makebinary()
1036 np = (union node *)stalloc(sizeof (struct nfile)); in parseredir()
1055 np = (union node *)stalloc(sizeof (struct nhere)); in parseredir()
1059 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1179 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in parsebackq()