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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c393 int maxtry=IOMAXTRY, tdone=0, execflags; local
599 execflags = sh_state(SH_ERREXIT)|sh_state(SH_INTERACTIVE);
605 execflags |= sh_state(SH_NOFORK);
608 sh_exec(t,execflags);

Completed in 478 milliseconds