/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 214 nv_delete(np,root,NV_NOFREE); in nv_addnode() 232 nv_delete(sp->nodes[0],root,NV_NOFREE); in nv_addnode() 766 nv_delete(np,(Dt_t*)0,0); in nv_create() 784 nv_delete(np,shp->var_tree,0); in nv_create() 1072 void nv_delete(Namval_t* np, Dt_t *root, int flags) in nv_delete() function 2165 nv_delete(nq,root,0); in table_unset() 2169 nv_delete(np,root,0); in table_unset() 2224 nv_delete(mp,rp->sdict,0); in _nv_unset() 2282 nv_delete(np,(Dt_t*)0,0); in _nv_unset() 2976 nv_delete(nr,(Dt_t*)0,NV_NOFREE); in nv_rename() [all …]
|
H A D | array.c | 95 nv_delete(np,(Dt_t*)0,0); in array_unscope() 510 nv_delete(mp,ap->table,0); in array_putval() 539 nv_delete(mp,ap->table,0); in array_putval() 1207 nv_delete(ap->cur,ap->header.table,0); in nv_associative()
|
H A D | nvtype.c | 448 nv_delete(mp,ap->table,0); in clone_type() 468 nv_delete(nr,sh.last_root,0); in clone_type() 800 nv_delete(bp,shp->fun_tree,0); in nv_addtype() 1100 nv_delete(np,root,0); in nv_mktype() 1165 nv_delete(np,root,0); in nv_mktype()
|
H A D | subshell.c | 301 nv_delete(mp,walk,NV_NOFREE); in sh_assignok() 430 nv_delete(np,root,flag|NV_FUNCTION); in table_unset()
|
H A D | path.c | 299 nv_delete(np,sh_bltin_tree(),NV_NOFREE); in free_bltin() 645 nv_delete(np,funtree,NV_NOFREE); in funload() 1702 nv_delete(rp->np,rp->fdict,NV_NOFREE); in path_unsetfpath()
|
H A D | nvtree.c | 705 nv_delete(np,wp->root,0); in outval() 966 nv_delete(nq,walk.root,0); in walk_tree()
|
H A D | init.c | 1360 nv_delete(np,dp,NV_NOFREE); in sh_reinit()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 256 extern void nv_delete(Namval_t*, Dt_t*, int);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 267 extern __MANGLE__ void nv_delete __PROTO__((Namval_t*, Dt_t*, int));
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 267 extern __MANGLE__ void nv_delete __PROTO__((Namval_t*, Dt_t*, int));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 267 extern __MANGLE__ void nv_delete __PROTO__((Namval_t*, Dt_t*, int));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 267 extern __MANGLE__ void nv_delete __PROTO__((Namval_t*, Dt_t*, int));
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 1030 nv_delete(np,dp,NV_NOFREE); in b_unall() 1032 nv_delete(np,troot,NV_NOFREE); in b_unall()
|