Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/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()
303 dol = (struct dolnod*)stkalloc(shp->stk,sizeof(struct dolnod) + sizeof(char*)*(l+ARG_SPARE)); in r_comlist()
340 ptr = stkalloc(stkp,(unsigned)l); in r_string()
H A Dparse.c1268 argp = (struct argnod*)stkalloc(lexp->sh->stk,sizeof(struct argnod)); in process_sub()
1600 iop=(struct ionod*) stkalloc(stkp,sizeof(struct ionod)); in inout()
1606 lexp->arg = (struct argnod*)stkalloc(stkp,sizeof(struct argnod)+3); in inout()
1677 ioq = (struct ionod*)stkalloc(stkp,sizeof(struct ionod)); in inout()
H A Dargs.c749 comargn=(char**)stkalloc(shp->stk,(unsigned)(argn+1)*sizeof(char*)); in sh_argbuild()
/titanic_41/usr/src/lib/libast/common/include/
H A Dstk.h69 extern char* stkalloc(Stk_t*, unsigned);
H A Dstak.h50 #define stakalloc(n) stkalloc(stkstd,n)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h59 #define stakalloc(n) stkalloc(stkstd,n)
H A Dstk.h82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dstak.h59 #define stakalloc(n) stkalloc(stkstd,n)
H A Dstk.h82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h59 #define stakalloc(n) stkalloc(stkstd,n)
H A Dstk.h82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h59 #define stakalloc(n) stkalloc(stkstd,n)
H A Dstk.h82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
/titanic_41/usr/src/lib/libast/common/misc/
H A Dstk.c393 char *stkalloc(register Sfio_t *stream, register unsigned int n) in stkalloc() function
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers610 stkalloc;
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmisc.c545 vend = stkalloc(shp->stk,++n); in b_vpath()
H A Dtypeset.c1179 argv = tp->argnam = (char**)stkalloc(tp->sh->stk,(namec+1)*sizeof(char*)); in print_scan()
/titanic_41/usr/src/lib/libcmd/common/
H A Dcp.c828 if (!(v = (char**)stkalloc(stkstd, (argc + 2) * sizeof(char*)))) in b_cp()
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregnexec.c213 if (!(f = (Stk_frame_t*)stkalloc(sp, sizeof(Stk_frame_t) + sizeof(Stk_frame_t*) + size - 1))) in stkpush()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1341 stk.c: use <align.h> ALIGN_BOUND for stkalloc()