Home
last modified time | relevance | path

Searched refs:SH_TIMING (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h305 #define SH_TIMING 13 /* set while timing pipelines */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c529 if(sh_isstate(SH_TIMING)) in sh_exit()
H A Dmain.c483 sh_offstate(SH_TIMING); in exfile()
H A Dxec.c54 #define SH_NTFORK SH_TIMING
2619 timer_on = sh_isstate(SH_TIMING); in sh_exec()
2627 sh_onstate(SH_TIMING); in sh_exec()
2630 sh_offstate(SH_TIMING); in sh_exec()