SIGINT 455 gtags-cscope/display.c savesig = signal(SIGINT, jumpback); SIGINT 460 gtags-cscope/display.c signal(SIGINT, savesig); SIGINT 159 gtags-cscope/exec.c signal(SIGINT, SIG_DFL); SIGINT 362 gtags-cscope/gtags-cscope.c if (signal(SIGINT, SIG_IGN) != SIG_IGN && ignoresigint == NO) { SIGINT 364 gtags-cscope/gtags-cscope.c signal(SIGINT, myexit); SIGINT 378 gtags-cscope/gtags-cscope.c signal(SIGINT, SIG_IGN); /* ignore interrupts */ SIGINT 68 gtags-cscope/input.c signal(SIGINT, catchint); SIGINT 88 gtags-cscope/input.c savesig = signal(SIGINT, catchint); SIGINT 106 gtags-cscope/input.c signal(SIGINT, savesig); SIGINT 200 gtags-cscope/mypopen.c istat = signal(SIGINT, SIG_IGN); SIGINT 207 gtags-cscope/mypopen.c (void) signal(SIGINT, istat); SIGINT 393 htags/htags.c signal(SIGINT, suddenly);