Home
last modified time | relevance | path

Searched refs:table_unset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c420 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 Dname.c2445 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()