savesig 432 gtags-cscope/display.c sighandler_t savesig; /* old value of signal */ savesig 455 gtags-cscope/display.c savesig = signal(SIGINT, jumpback); savesig 460 gtags-cscope/display.c signal(SIGINT, savesig); savesig 83 gtags-cscope/input.c sighandler_t savesig; /* old value of signal */ savesig 88 gtags-cscope/input.c savesig = signal(SIGINT, catchint); savesig 106 gtags-cscope/input.c signal(SIGINT, savesig);