Searched refs:stalloc (Results 1 – 10 of 10) sorted by relevance
54 pointer stalloc(int);68 #define grabstackblock(n) stalloc(n)84 #define grabstackstr(p) stalloc((char *)p - stackblock())
164 stalloc(int nbytes) in stalloc() function197 p = stalloc(len + 1); in stsavestr()211 stalloc(1); in setstackmark()282 p = stalloc(newlen); in growstackblock()
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()498 n2 = (union node *)stalloc(sizeof (struct narg)); in command()523 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()[all …]
166 yylval.name = stalloc(buf - p + 1); in yylex()
398 pwd = stalloc(i); in getpwd2()
452 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
247 return stalloc(len); in padvance()
562 ep = env = stalloc((nenv + 1) * sizeof *env); in environment()
135 newargs = stalloc(newcapacity * sizeof(newargs[0])); in appendarglist()
77 pointer stalloc(int);