Searched refs:stkalloc (Results 1 – 20 of 20) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | trestore.c | 45 #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 D | parse.c | 1268 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 D | args.c | 749 comargn=(char**)stkalloc(shp->stk,(unsigned)(argn+1)*sizeof(char*)); in sh_argbuild()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | stk.h | 69 extern char* stkalloc(Stk_t*, unsigned);
|
H A D | stak.h | 50 #define stakalloc(n) stkalloc(stkstd,n)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n)
|
H A D | stk.h | 82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n)
|
H A D | stk.h | 82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n)
|
H A D | stk.h | 82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | stak.h | 59 #define stakalloc(n) stkalloc(stkstd,n)
|
H A D | stk.h | 82 extern __MANGLE__ char* stkalloc __PROTO__((Stk_t*, unsigned));
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 393 char *stkalloc(register Sfio_t *stream, register unsigned int n) in stkalloc() function
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 610 stkalloc;
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | misc.c | 545 vend = stkalloc(shp->stk,++n); in b_vpath()
|
H A D | typeset.c | 1179 argv = tp->argnam = (char**)stkalloc(tp->sh->stk,(namec+1)*sizeof(char*)); in print_scan()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | cp.c | 828 if (!(v = (char**)stkalloc(stkstd, (argc + 2) * sizeof(char*)))) in b_cp()
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 213 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 D | RELEASE | 1341 stk.c: use <align.h> ALIGN_BOUND for stkalloc()
|