SIGTSTP 153 gtags-cscope/exec.c #ifdef SIGTSTP SIGTSTP 154 gtags-cscope/exec.c oldsigtstp = signal(SIGTSTP, SIG_DFL); SIGTSTP 162 gtags-cscope/exec.c #ifdef SIGTSTP SIGTSTP 163 gtags-cscope/exec.c signal(SIGTSTP, SIG_DFL); SIGTSTP 189 gtags-cscope/exec.c #ifdef SIGTSTP SIGTSTP 190 gtags-cscope/exec.c signal(SIGTSTP, oldsigtstp); SIGTSTP 174 gtags-cscope/mypopen.c tstat = signal(SIGTSTP, SIG_DFL); SIGTSTP 210 gtags-cscope/mypopen.c (void) signal(SIGTSTP, tstat);