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

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c183 int curenv = shp->curenv; local
191 shp->curenv = 0;
195 shp->curenv = curenv;
385 if(!sp || sp->shp->curenv==0)
403 if(!sp || sp->shp->curenv==0)
473 int savecurenv = shp->curenv;
489 if(shp->curenv==0)
494 shp->curenv
[all...]
H A Djobs.c1304 shp->jobenv = shp->curenv;
1369 pw->p_env = shp->curenv;
1523 else if(intr && pw->p_env!=shp->curenv)
2019 if(pw->p_env != sh.curenv || pw->p_pid==sh.pipepid)
H A Dinit.c1663 shp->curenv = 0;
/ast/src/cmd/ksh93/include/
H A Ddefs.h165 short curenv; /* current subshell number */ \

Completed in 23 milliseconds