Lines Matching refs:SIGTSTP
51 #ifdef SIGTSTP
52 sigset(SIGTSTP, stop_catcher);
57 #ifdef SIGTSTP
76 #ifdef SIGTSTP
77 kill(0,SIGTSTP);
131 #ifdef SIGTSTP
201 #ifdef SIGTSTP
213 sigset(SIGTSTP,SIG_DFL); /* enable stop */
215 sigsetmask(sigblock(0L) & ~sigmask(SIGTSTP));
217 kill(0,SIGTSTP); /* and do the stop */
220 sigset(SIGTSTP,stop_catcher); /* unenable the stop */