Searched refs:sfun (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c68 Dt_t *sfun; /* function scope for subshell */ member in struct:subshell
397 if(!sp->sfun && create)
399 sp->sfun = dtopen(&_Nvdisc,Dtoset);
400 dtview(sp->sfun,sp->shp->fun_tree);
401 sp->shp->fun_tree = sp->sfun;
671 if(sp->sfun)
673 shp->fun_tree = dtview(sp->sfun,0);
674 table_unset(sp->sfun,1);
675 dtclose(sp->sfun);

Completed in 16 milliseconds