Lines Matching refs:SIGTSTP
150 #ifdef SIGTSTP
322 #ifdef SIGTSTP in job_reap()
507 #ifndef SIGTSTP in job_init()
518 #ifdef SIGTSTP in job_init()
523 #ifdef SIGTSTP in job_init()
572 #ifdef SIGTSTP in job_init()
587 signal(SIGTSTP,sh_fault); in job_init()
650 # ifdef SIGTSTP in job_close()
697 #ifdef SIGTSTP in job_set()
708 #ifdef SIGTSTP in job_reset()
956 #ifdef SIGTSTP in job_kill()
957 int stopsig = (sig==SIGSTOP||sig==SIGTSTP||sig==SIGTTIN||sig==SIGTTOU); in job_kill()
970 #ifdef SIGTSTP in job_kill()
1011 #ifdef SIGTSTP in job_kill()
1020 #ifdef SIGTSTP in job_kill()
1374 #ifdef SIGTSTP in job_wait()
1454 #ifdef SIGTSTP in job_wait()
1455 else if((pw->p_flag&P_STOPPED) && pw->p_exit==SIGTSTP) in job_wait()
1458 sh_fault(SIGTSTP); in job_wait()
1510 #ifdef SIGTSTP in job_switch()
1553 #ifdef SIGTSTP