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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c65 Dt_t *sfun; /* function scope for subshell */ member in struct:subshell
406 if(!sp->sfun && create)
408 sp->sfun = dtopen(&_Nvdisc,Dtoset);
409 dtview(sp->sfun,sh.fun_tree);
410 sh.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 61 milliseconds