Searched refs:SIGTSTP (Results 1 – 6 of 6) sorted by relevance
9 (SIGTSTP == 20) && (SIGTTIN == 21) && (SIGTTOU == 22) && (SIGURG == 23) && (SIGXCPU == 24) && \21 [SIGCHLD] = 17, [SIGCONT] = 18, [SIGSTOP] = 19, [SIGTSTP] = 20,
90 #define SIGTSTP 20 macro
214 case SIGTSTP: in setsignal()241 if (mflag && (signo == SIGTSTP || in setsignal()
322 #ifdef SIGTSTP in openhere()323 signal(SIGTSTP, SIG_IGN); in openhere()
216 setsignal(SIGTSTP); in setjobctl()228 setsignal(SIGTSTP); in setjobctl()878 setsignal(SIGTSTP); in forkchild()
112 #define SIGTSTP 20 macro
Completed in 14 milliseconds