SIGTSTP 63 compat/hpux/hpux_sig.c /*25*/ SIGTSTP, SIGCONT,SIGTTIN, SIGTTOU, SIGURG, 0, 0, 0
SIGTSTP 119 compat/ibcs2/ibcs2_signal.c SIGTSTP, /* 24 */
SIGTSTP 124 compat/linux/linux_signal.c SIGTSTP,
SIGTSTP 98 compat/osf1/osf1_cvt_signal.c SIGTSTP,
SIGTSTP 138 compat/svr4/svr4_signal.c SIGTSTP,
SIGTSTP 125 kern/kern_sig.c case SIGTSTP:
SIGTSTP 366 kern/tty.c pgsignal(tp->t_pgrp, SIGTSTP, 1);
SIGTSTP 1562 kern/tty.c pgsignal(tp->t_pgrp, SIGTSTP, 1);
SIGTSTP 94 miscfs/procfs/procfs_ctl.c { "tstp", SIGTSTP }, { "cont", SIGCONT },
SIGTSTP 144 sys/signalvar.h #define stopsigmask (sigmask(SIGSTOP) | sigmask(SIGTSTP) | \