Searched defs:sh_exec (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dxec.c616 sh_exec(t,sh_isstate(SH_ERREXIT)|sh_isstate(SH_NOFORK)|(mode&~SH_FUNEVAL));
848 sh_exec(t,filt==1||filt==2?SH_NOFORK:0);
966 int sh_exec(register const Shnode_t *t, int flags) function
1593 sh_exec(t->fork.forktre,0);
1868 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED));
1898 sh_exec(t->fork.forktre,0);
1931 sh_exec(t->fork.forktre,flags&~simple);
1975 sh_exec(t->par.partre,0);
1997 sh_exec(t->par.partre,flags);
2013 sh_exec(
[all...]

Completed in 13 milliseconds