Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type)))
144 slp = (struct slnod*)stkalloc(shp->stk,sizeof(struct slnod)+sizeof(struct functnod)); in r_tree()
307 dol = (struct dolnod*)stkalloc(shp->stk,sizeof(struct dolnod) + sizeof(char*)*(l+ARG_SPARE)); in r_comlist()
344 ptr = stkalloc(stkp,(unsigned)l); in r_string()
H A Dxec.c578 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_eval()
1313 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1493 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1780 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1905 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
1997 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
2260 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
2394 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec()
3349 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_funscope()
3585 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_fun()
[all …]
H A Dparse.c1391 argp = (struct argnod*)stkalloc(lexp->sh->stk,sizeof(struct argnod)); in process_sub()
1732 iop=(struct ionod*) stkalloc(stkp,sizeof(struct ionod)); in inout()
1738 lexp->arg = (struct argnod*)stkalloc(stkp,sizeof(struct argnod)+3); in inout()
1809 ioq = (struct ionod*)stkalloc(stkp,sizeof(struct ionod)); in inout()
H A Dargs.c758 comargn=(char**)stkalloc(shp->stk,(unsigned)(argn+1)*sizeof(char*)); in sh_argbuild()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h69 extern char* stkalloc(Stk_t*, size_t);
H A Dstak.h50 #define stakalloc(n) stkalloc(stkstd,n)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c396 char *stkalloc(register Sfio_t *stream, register size_t n) in stkalloc() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c553 vend = stkalloc(shp->stk,++n); in b_vpath()
H A Dtypeset.c1446 argv = tp->argnam = (char**)stkalloc(tp->sh->stk,(namec+1)*sizeof(char*)); in print_scan()
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers849 stkalloc;
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c142 return stkalloc((Sfio_t*)handle, size); in resizef()
1310 if (!(state.stack = stkalloc(stkstd, 0))) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c883 if (!(v = (char**)stkalloc(stkstd, (argc + 2) * sizeof(char*)))) in b_cp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c213 if (!(f = (Stk_frame_t*)stkalloc(sp, sizeof(Stk_frame_t) + sizeof(Stk_frame_t*) + size - 1))) in stkpush()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1529 stk.c: use <align.h> ALIGN_BOUND for stkalloc()