Searched refs:table_unset (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 415 static void table_unset(register Dt_t *root,int fun) in table_unset() function 668 table_unset(sp->salias,0); in sh_subshell() 674 table_unset(sp->sfun,1); in sh_subshell()
|
H A D | name.c | 2122 static void table_unset(Shell_t *shp, register Dt_t *root, int flags, Dt_t *oroot) in table_unset() function 3107 table_unset(shp,root,NV_RDONLY|NV_NOSCOPE,dp); in sh_unscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 420 static void table_unset(register Dt_t *root,int fun) in table_unset() function 721 table_unset(sp->salias,0); in sh_subshell() 727 table_unset(sp->sfun,1); in sh_subshell()
|
H A D | name.c | 2445 static void table_unset(Shell_t *shp, register Dt_t *root, int flags, Dt_t *oroot) in table_unset() function 3563 table_unset(shp,root,NV_RDONLY|NV_NOSCOPE,dp); in sh_unscope()
|