Home
last modified time | relevance | path

Searched refs:stalloc (Results 1 – 14 of 14) sorted by relevance

/original-bsd/bin/sh/
H A Dparser.c210 n3 = (union node *)stalloc(sizeof (struct nbinary)); in andor()
283 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
328 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
334 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
350 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
376 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
499 n = (union node *)stalloc(sizeof (struct narg));
528 n = (union node *)stalloc(sizeof (struct ncmd));
540 n = (union node *)stalloc(sizeof (struct narg)); in makename()
626 n = (union node *)stalloc(sizeof (struct narg)); in parseheredoc()
[all …]
H A Dmemalloc.h28 pointer stalloc __P((int));
50 #define grabstackstr(p) stalloc(stackblocksize() - sstrnleft)
H A Dcd.c166 p = stalloc(i);
184 dest = stalloc(strlen(symlink) + strlen(p) + 1);
251 cdcomppath = stalloc(strlen(dir) + 1);
H A Dmemalloc.c99 stalloc(nbytes) in stalloc() function
198 p = stalloc(newlen); in growstackblock()
H A Dexpand.c136 sp = (struct strlist *)stalloc(sizeof (struct strlist));
818 sp = (struct strlist *)stalloc(sizeof *sp);
841 sp = (struct strlist *)stalloc(sizeof *sp);
847 sp = (struct strlist *)stalloc(sizeof *sp);
1045 p = stalloc(strlen(name) + 1);
1047 sp = (struct strlist *)stalloc(sizeof *sp);
H A Dexec.c273 return stalloc(len);
461 stalloc(strlen(fullname) + 1);
H A Dhistedit.c352 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
H A Dvar.c335 ep = env = stalloc((nenv + 1) * sizeof *env); in environment()
H A Deval.c616 argv = stalloc(sizeof (char *) * (argc + 1));
/original-bsd/bin/sh/bltin/
H A Dbltin.h40 pointer stalloc(int);
43 pointer stalloc();
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Ddohist.c132 *argv = stalloc(size(ap)); in mrfixup()
144 copy(ap,*argv++ = stalloc(size(ap))); in mrfixup()
151 stalloc(n) in stalloc() function
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Ddohist.c132 *argv = stalloc(size(ap)); in mrfixup()
144 copy(ap,*argv++ = stalloc(size(ap))); in mrfixup()
151 stalloc(n) in stalloc() function
/original-bsd/bin/test/
H A Dextern.h15 void *stalloc __P((int));
H A Dstalloc.c25 stalloc(nbytes) in stalloc() function