Searched refs:SH_STOPOK (Results 1 – 6 of 6) sorted by relevance
179 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault()202 if(pp->mode==SH_JMPCMD && sh_isstate(SH_STOPOK)) in sh_fault()514 if(!shp->subshell && sh_isstate(SH_MONITOR) && !sh_isstate(SH_STOPOK)) in sh_exit()521 sh_offstate(SH_STOPOK); in sh_exit()540 sh_offstate(SH_STOPOK); in sh_exit()
336 if(pw->p_pgrp && pw->p_pgrp==job.curpgid && sh_isstate(SH_STOPOK)) in job_reap()366 if(pw->p_pgrp && pw->p_pgrp==job.curpgid && pw->p_exit==SIGINT && sh_isstate(SH_STOPOK)) in job_reap()369 sh_offstate(SH_STOPOK); in job_reap()371 sh_onstate(SH_STOPOK); in job_reap()
489 sh_offstate(SH_STOPOK); in exfile()
972 sh_onstate(SH_STOPOK); in sh_exec()1050 sh_offstate(SH_STOPOK); in sh_exec()
267 #define SH_STOPOK 11 /* set for stopable builtins */ macro
287 sh_offstate(SH_STOPOK); in b_print()