Home
last modified time | relevance | path

Searched refs:subshare (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dsubshell.c92 char subshare; member
124 if(shp->subshare || !pflag) in sh_subtmpfile()
143 if(sp && (shp->fdstatus[1]==IOCLOSE || (!shp->subshare && !(shp->fdstatus[1]&IONOSEEK)))) in sh_subtmpfile()
515 sp->subshare = shp->subshare; in sh_subshell()
516 shp->subshare = comsub==2 || (comsub==1 && sh_isoption(SH_SUBSHARE)); in sh_subshell()
517 if(!comsub || !shp->subshare) in sh_subshell()
720 shp->subshare = sp->subshare; in sh_subshell()
H A Dxec.c1170 if(shp->subshare) in sh_exec()
1260 if(execflg && shp->subshell && !shp->subshare) in sh_exec()
1496 if(shp->subshare) in sh_exec()
H A Dio.c981 if(fn==1 && shp->subshell && !shp->subshare && (flag==2 || isstring)) in sh_redirect()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dulimit.c135 if(shp->subshell && !shp->subshare) in b_ulimit()
H A Dmisc.c119 if(shp->subshell && !shp->subshare) in B_login()
575 if(shp->subshell && !shp->subshare) in b_vpath()
H A Dtypeset.c488 if(shp->subshell && !shp->subshare) in b_common()
826 if(tdata.sh->subshell && !tdata.sh->subshare) in b_builtin()
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h175 char subshare; /* set when in ${..} comsub */ \