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

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Djobs.h68 # undef SH_MONITOR macro
69 # define SH_MONITOR 0 macro
H A Dshell.h67 #define SH_MONITOR 4 /* used also as a state */ macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmain.c196 sh_onoption(SH_MONITOR);
409 sh_offoption(SH_MONITOR);
412 sh_offstate(SH_MONITOR);
434 sh_offstate(SH_MONITOR);
484 sh_offstate(SH_MONITOR);
490 sh_offstate(SH_MONITOR);
491 if(sh_isoption(SH_MONITOR))
492 sh_onstate(SH_MONITOR);
H A Dxec.c992 volatile int was_monitor = sh_isstate(SH_MONITOR);
1009 sh_onstate(SH_MONITOR);
1616 sh_offstate(SH_MONITOR);
1619 sh_offstate(SH_MONITOR);
1724 if(!sh_isoption(SH_MONITOR))
1738 if(!sh_isoption(SH_MONITOR))
1778 if((type&FINT) && !sh_isstate(SH_MONITOR))
1789 sh_offstate(SH_MONITOR);
2081 job.waitall |= !pipejob && sh_isstate(SH_MONITOR);
2160 if(sh_isstate(SH_MONITOR))
[all...]
H A Dsubshell.c209 sh_offoption(SH_MONITOR);
210 sh_offstate(SH_MONITOR);
595 sp->monitor = (sh_isstate(SH_MONITOR)!=0);
597 sh_offstate(SH_MONITOR);
656 sh_onstate(SH_MONITOR);
H A Dfault.c527 if(!shp->subshell && sh_isstate(SH_MONITOR) && !sh_isstate(SH_STOPOK))
533 sh_onstate(SH_MONITOR);
556 sh_offstate(SH_MONITOR);
H A Dargs.c73 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
806 if(monitor = (sh_isstate(SH_MONITOR)!=0))
807 sh_offstate(SH_MONITOR);
821 sh_onstate(SH_MONITOR);
H A Djobs.c734 sh_onoption(SH_MONITOR);
752 else if(!possible && (!sh_isstate(SH_MONITOR) || sh_isstate(SH_FORKED)))
1364 job.curpgid = sh_isstate(SH_MONITOR)?pid:0;
1375 if(sh_isstate(SH_MONITOR))
H A Djobs.c.orig734 sh_onoption(SH_MONITOR);
752 else if(!possible && (!sh_isstate(SH_MONITOR) || sh_isstate(SH_FORKED)))
1364 job.curpgid = sh_isstate(SH_MONITOR)?pid:0;
1375 if(sh_isstate(SH_MONITOR))
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Doptions.c84 "monitor", SH_MONITOR,
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmisc.c201 sh_offstate(SH_MONITOR);
417 if(!sh_isoption(SH_MONITOR) || !job.jobcontrol)
H A Dtypeset.c1112 int was_monitor = sh_isoption(SH_MONITOR);
1124 if(sh_isoption(SH_MONITOR) && !was_monitor)
1125 sh_onstate(SH_MONITOR);
1126 else if(!sh_isoption(SH_MONITOR) && was_monitor)
1127 sh_offstate(SH_MONITOR);

Completed in 264 milliseconds