Home
last modified time | relevance | path

Searched refs:was_monitor (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1113 int was_monitor = sh_isoption(SH_MONITOR); in b_set() local
1125 if(sh_isoption(SH_MONITOR) && !was_monitor) in b_set()
1127 else if(!sh_isoption(SH_MONITOR) && was_monitor) in b_set()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c999 volatile int was_monitor = sh_isstate(SH_MONITOR); in sh_exec() local
1015 if(was_monitor&flags) in sh_exec()
2966 if(was_monitor && sh_isoption(SH_MONITOR)) in sh_exec()