/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 248 #define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 148 struct nvdir *save, *dp = new_of(struct nvdir,len); in nv_diropen() 232 if(!(save = new_of(struct nvdir,0))) in nv_diropen() 331 if(!(save = new_of(struct nvdir,0))) in nv_dirnext()
|
H A D | jobs.c | 1168 pw = new_of(struct process,0); in job_post() 1782 struct back_save *bp = new_of(struct back_save,0); in job_subsave()
|
H A D | name.c | 1431 up->ldp = new_of(Sfdouble_t,0); in nv_putval() 1451 up->dp = new_of(double,0); in nv_putval() 1495 up->llp = new_of(Sflong_t,0); in nv_putval() 1556 up->lp = new_of(int32_t,0); in nv_putval()
|
H A D | args.c | 528 dp=new_of(struct dolnod,n*sizeof(char*)+size+n); in sh_argcreate()
|
H A D | io.c | 2006 item = new_of(struct openlist, 0); in sftrack() 2057 if(!(ep = new_of(struct eval,0))) in sh_sfeval()
|
H A D | array.c | 647 ap = new_of(struct index_array,i); in array_grow()
|
H A D | init.c | 555 np->nvalue.dp = new_of(double,0); in put_seconds()
|
H A D | xec.c | 2069 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 284 #define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 149 struct nvdir *save, *dp = new_of(struct nvdir,len+1); in nv_diropen() 234 if(!(save = new_of(struct nvdir,0))) in nv_diropen() 335 if(!(save = new_of(struct nvdir,len+1))) in nv_dirnext()
|
H A D | args.c | 537 dp=new_of(struct dolnod,n*sizeof(char*)+size+n); in sh_argcreate()
|
H A D | jobs.c | 1395 pw = new_of(struct process,0); in job_post() 2041 struct back_save *bp = new_of(struct back_save,0); in job_subsave()
|
H A D | name.c | 1692 up->ldp = new_of(Sfdouble_t,0); in nv_putval() 1712 up->dp = new_of(double,0); in nv_putval() 1756 up->llp = new_of(Sflong_t,0); in nv_putval() 1817 up->lp = new_of(int32_t,0); in nv_putval()
|
H A D | io.c | 2300 item = new_of(struct openlist, 0); in sftrack() 2351 if(!(ep = new_of(struct eval,0))) in sh_sfeval()
|
H A D | array.c | 823 ap = new_of(struct index_array,i); in array_grow()
|
H A D | init.c | 613 np->nvalue.dp = new_of(double,0); in put_seconds()
|
H A D | parse.c | 837 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in funct()
|
H A D | xec.c | 2779 np->nvalue.rp = new_of(struct Ufunction,shp->funload?sizeof(Dtlink_t):0); in sh_exec()
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro 310 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t)))) in sh_histinit()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro 309 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t)))) in sh_histinit()
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 696 if (np->nvalue.lp = new_of(int32_t,0)) in extend()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 777 if (np->nvalue.lp = new_of(int32_t,0)) in extend()
|