Lines Matching refs:stalloc
204 n3 = stalloc(sizeof(struct nredir));
215 n1 = stalloc(sizeof(struct nbinary));
221 n3 = stalloc(sizeof(struct nbinary));
279 n3 = stalloc(sizeof(struct nbinary));
309 pipenode = stalloc(sizeof(struct npipe));
312 lp = stalloc(sizeof(struct nodelist));
317 lp = stalloc(sizeof(struct nodelist));
328 n2 = stalloc(sizeof(struct nnot));
375 n1 = stalloc(sizeof(struct nif));
382 n2->nif.elsepart = stalloc(sizeof(struct nif));
400 n1 = stalloc(sizeof(struct nbinary));
411 n1 = stalloc(sizeof(struct nfor));
434 n2 = stalloc(sizeof(struct narg));
460 n1 = stalloc(sizeof(struct ncase));
488 *cpp = cp = stalloc(sizeof(struct nclist));
525 n1 = stalloc(sizeof(struct nredir));
596 n2 = stalloc(sizeof(struct nredir));
609 n2 = stalloc(sizeof(struct nnot));
705 n = stalloc(sizeof(struct ncmd));
718 n2 = stalloc(sizeof(struct nnot));
733 n = stalloc(sizeof(struct narg));
1519 *nlpp = stalloc(sizeof(struct nodelist));
1593 np = stalloc(sizeof(struct nfile));
1629 np = stalloc(sizeof(struct nhere));
1632 heredoc = stalloc(sizeof(struct HereDoc));
2786 (void) stalloc(stackblocksize());
2857 (void) stalloc(stackblocksize());