Home
last modified time | relevance | path

Searched refs:sh_subshell (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h214 extern Sfio_t *sh_subshell(Shell_t*,Shnode_t*, volatile int, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c474 Sfio_t *sh_subshell(Shell_t *shp,Shnode_t *t, volatile int flags, int comsub) in sh_subshell() function
H A Dmacro.c2147 sp = sh_subshell(mp->shp,t,sh_isstate(SH_ERREXIT),type); in comsubst()
H A Dxec.c2031 sh_subshell(shp,t->par.partre,flags,0); in sh_exec()