SIG_IGN 151 gtags-cscope/exec.c oldsigquit = signal(SIGQUIT, SIG_IGN); SIG_IGN 152 gtags-cscope/exec.c oldsighup = signal(SIGHUP, SIG_IGN); SIG_IGN 362 gtags-cscope/gtags-cscope.c if (signal(SIGINT, SIG_IGN) != SIG_IGN && ignoresigint == NO) { SIG_IGN 378 gtags-cscope/gtags-cscope.c signal(SIGINT, SIG_IGN); /* ignore interrupts */ SIG_IGN 380 gtags-cscope/gtags-cscope.c signal(SIGPIPE, SIG_IGN);/* | command can cause pipe signal */ SIG_IGN 200 gtags-cscope/mypopen.c istat = signal(SIGINT, SIG_IGN); SIG_IGN 201 gtags-cscope/mypopen.c qstat = signal(SIGQUIT, SIG_IGN); SIG_IGN 202 gtags-cscope/mypopen.c hstat = signal(SIGHUP, SIG_IGN);