Home
last modified time | relevance | path

Searched refs:sh_exec (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1987 sh_exec(t->par.partre,0); in sh_exec()
2066 sh_exec(t,0); in sh_exec()
2160 sh_exec(t,flags); in sh_exec()
2213 sh_exec(t,flags); in sh_exec()
2222 sh_exec(t->lst.lstlef,0); in sh_exec()
2223 sh_exec(t->lst.lstrit,0); in sh_exec()
2408 sh_exec(tt,0); in sh_exec()
2414 sh_exec(t->wh.dotre,0); in sh_exec()
2519 sh_exec(t->if_.thtre,0); in sh_exec()
2521 sh_exec(t->if_.eltre, 0); in sh_exec()
[all …]
H A Dshcomp.c141 sh_exec(t,0); in main()
H A Dargs.c821 sh_exec((Shnode_t*)argp->argchn.ap,(int)sh_isstate(SH_ERREXIT)); in sh_argprocsub()
826 sh_exec((Shnode_t*)argp->argchn.ap,(int)sh_isstate(SH_ERREXIT)); in sh_argprocsub()
H A Dfault.c467 sh_exec((Shnode_t*)trap,sh_isstate(SH_ERREXIT)); in sh_trap()
H A Dmain.c584 sh_exec(t,execflags); in exfile()
H A Dsubshell.c631 sh_exec(t,flags); in sh_subshell()
H A Dname.c590 sh_exec(tp,sh_isstate(SH_ERREXIT)); in nv_setlist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h218 extern int sh_exec(const Shnode_t*,int);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers54 sh_exec;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c289 sh_exec((Shnode_t*)(nv_funtree(np)),sh_isstate(SH_ERREXIT)); in b_dot_cmd()