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

/osnet-11/usr/src/lib/libshell/common/include/
H A Djobs.h68 # undef SH_MONITOR macro
69 # define SH_MONITOR 0 macro
H A Dshell.h65 #define SH_MONITOR 4 /* used also as a state */ macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c219 sh_onoption(SH_MONITOR);
436 sh_offoption(SH_MONITOR);
439 sh_offstate(SH_MONITOR);
461 sh_offstate(SH_MONITOR);
511 sh_offstate(SH_MONITOR);
517 sh_offstate(SH_MONITOR);
518 if(sh_isoption(SH_MONITOR))
519 sh_onstate(SH_MONITOR);
H A Dxec.c891 int was_monitor = sh_isstate(SH_MONITOR);
906 sh_onstate(SH_MONITOR);
1468 sh_offstate(SH_MONITOR);
1471 sh_offstate(SH_MONITOR);
1577 if(!sh_isoption(SH_MONITOR))
1589 if(!sh_isoption(SH_MONITOR))
1627 if((type&FINT) && !sh_isstate(SH_MONITOR))
1638 sh_offstate(SH_MONITOR);
1895 job.waitall |= !pipejob && sh_isstate(SH_MONITOR);
1968 if(!pipejob && sh_isstate(SH_MONITOR))
[all...]
H A Dsubshell.c204 sh_offoption(SH_MONITOR);
205 sh_offstate(SH_MONITOR);
549 sp->monitor = (sh_isstate(SH_MONITOR)!=0);
551 sh_offstate(SH_MONITOR);
609 sh_onstate(SH_MONITOR);
H A Dfault.c527 if(!shp->subshell && sh_isstate(SH_MONITOR) && !sh_isstate(SH_STOPOK))
533 sh_onstate(SH_MONITOR);
554 sh_offstate(SH_MONITOR);
H A Dargs.c76 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
824 if(monitor = (sh_isstate(SH_MONITOR)!=0))
825 sh_offstate(SH_MONITOR);
839 sh_onstate(SH_MONITOR);
H A Djobs.c714 sh_onoption(SH_MONITOR);
732 else if(!possible && (!sh_isstate(SH_MONITOR) || sh_isstate(SH_FORKED)))
1343 job.curpgid = sh_isstate(SH_MONITOR)?pid:0;
1354 if(sh_isstate(SH_MONITOR))
/osnet-11/usr/src/lib/libshell/common/data/
H A Doptions.c83 "monitor", SH_MONITOR,
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h74 #define SH_MONITOR 4 /* used also as a state */ macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h74 #define SH_MONITOR 4 /* used also as a state */ macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h74 #define SH_MONITOR 4 /* used also as a state */ macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h74 #define SH_MONITOR 4 /* used also as a state */ macro
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c201 sh_offstate(SH_MONITOR);
415 if(!sh_isoption(SH_MONITOR) || !job.jobcontrol)
H A Dtypeset.c1044 if(sh_isoption(SH_MONITOR))
1045 sh_onstate(SH_MONITOR);
1047 sh_offstate(SH_MONITOR);

Completed in 59 milliseconds