Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dmemalloc.h54 pointer stalloc(int);
68 #define grabstackblock(n) stalloc(n)
84 #define grabstackstr(p) stalloc((char *)p - stackblock())
H A Dmemalloc.c164 stalloc(int nbytes) in stalloc() function
197 p = stalloc(len + 1); in stsavestr()
211 stalloc(1); in setstackmark()
282 p = stalloc(newlen); in growstackblock()
H A Dparser.c289 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
404 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
440 n1 = (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()
569 n1 = (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()
[all …]
H A Darith_yylex.c166 yylval.name = stalloc(buf - p + 1); in yylex()
H A Dcd.c398 pwd = stalloc(i); in getpwd2()
H A Dhistedit.c451 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
H A Dexec.c247 return stalloc(len); in padvance()
H A Dvar.c562 ep = env = stalloc((nenv + 1) * sizeof *env); in environment()
H A Dexpand.c135 newargs = stalloc(newcapacity * sizeof(newargs[0])); in appendarglist()
/freebsd-14.2/bin/sh/bltin/
H A Dbltin.h77 pointer stalloc(int);