Searched refs:sh_subshell (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shnodes.h | 214 extern Sfio_t *sh_subshell(Shell_t*,Shnode_t*, volatile int, int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 474 Sfio_t *sh_subshell(Shell_t *shp,Shnode_t *t, volatile int flags, int comsub) in sh_subshell() function
|
H A D | macro.c | 2147 sp = sh_subshell(mp->shp,t,sh_isstate(SH_ERREXIT),type); in comsubst()
|
H A D | xec.c | 2031 sh_subshell(shp,t->par.partre,flags,0); in sh_exec()
|