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

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c102 char subshare; member in struct:subshell
529 sp->subshare = shp->subshare;
531 shp->subshare = comsub==2 || (comsub==1 && sh_isoption(SH_SUBSHARE));
534 if(!comsub || !shp->subshare)
778 shp->subshare = sp->subshare;
H A Dio.c1156 if(fn==1 && shp->subshell && !shp->subshare && (flag==2 || isstring))
/ast/src/cmd/ksh93/bltins/
H A Dulimit.c135 if(shp->subshell && !shp->subshare)
H A Dmisc.c119 if(shp->subshell && !shp->subshare)
581 if(shp->subshell && !shp->subshare)
H A Dtypeset.c609 if(shp->subshell && !shp->subshare)
1024 if(tdata.sh->subshell && !tdata.sh->subshare)
/ast/src/cmd/ksh93/include/
H A Ddefs.h204 char subshare; /* set when in ${..} comsub */ \

Completed in 26 milliseconds