Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDmemalloc.h53 pointer stalloc(int);
67 #define grabstackblock(n) stalloc(n)
83 #define grabstackstr(p) stalloc((char *)p - stackblock())
HDparser.c286 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
378 pipenode = (union node *)stalloc(sizeof (struct npipe)); in pipeline()
381 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
386 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()
401 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
437 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
445 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command()
475 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
495 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
520 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
[all …]
HDmemalloc.c157 stalloc(int nbytes) in stalloc() function
190 p = stalloc(len + 1); in stsavestr()
204 stalloc(1); in setstackmark()
272 p = stalloc(newlen); in growstackblock()
HDarith_yylex.c140 yylval.name = stalloc(buf - p + 1); in yylex()
HDcd.c388 pwd = stalloc(i); in getpwd2()
HDhistedit.c379 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
HDexec.c216 return stalloc(len); in padvance()
HDvar.c559 ep = env = stalloc((nenv + 1) * sizeof *env); in environment()
HDexpand.c133 newargs = stalloc(newcapacity * sizeof(newargs[0])); in appendarglist()
/NextBSD/bin/sh/bltin/
HDbltin.h76 pointer stalloc(int);