Home
last modified time | relevance | path

Searched refs:SH_STOPOK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c190 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault()
213 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault()
527 if(!shp->subshell && sh_isstate(SH_MONITOR) && !sh_isstate(SH_STOPOK)) in sh_exit()
534 sh_offstate(SH_STOPOK); in sh_exit()
555 sh_offstate(SH_STOPOK); in sh_exit()
H A Djobs.c466 if(pw->p_pgrp && pw->p_pgrp==job.curpgid && sh_isstate(SH_STOPOK)) in job_reap()
501 if(pw->p_pgrp && pw->p_pgrp==job.curpgid && pw->p_exit==SIGINT && sh_isstate(SH_STOPOK)) in job_reap()
504 sh_offstate(SH_STOPOK); in job_reap()
506 sh_onstate(SH_STOPOK); in job_reap()
H A Dmain.c480 sh_offstate(SH_STOPOK); in exfile()
H A Dxec.c1364 sh_onstate(SH_STOPOK); in sh_exec()
1448 sh_offstate(SH_STOPOK); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h303 #define SH_STOPOK 11 /* set for stopable builtins */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c331 sh_offstate(SH_STOPOK); in b_print()