Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c102 char subshare; member
535 sp->subshare = shp->subshare; in sh_subshell()
537 shp->subshare = comsub==2 || (comsub==1 && sh_isoption(SH_SUBSHARE)); in sh_subshell()
540 if(!comsub || !shp->subshare) in sh_subshell()
783 shp->subshare = sp->subshare; in sh_subshell()
H A Dio.c1178 if(fn==1 && shp->subshell && !shp->subshare && (flag==2 || isstring)) in sh_redirect()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
581 if(shp->subshell && !shp->subshare) in b_vpath()
H A Dtypeset.c610 if(shp->subshell && !shp->subshare) in setall()
1025 if(tdata.sh->subshell && !tdata.sh->subshare) in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h206 char subshare; /* set when in ${..} comsub */ \