ignoresigint 109 gtags-cscope/gtags-cscope.c BOOL ignoresigint = NO; /**< ignore @NAME{SIGINT} signal */ ignoresigint 222 gtags-cscope/gtags-cscope.c ignoresigint = YES; ignoresigint 362 gtags-cscope/gtags-cscope.c if (signal(SIGINT, SIG_IGN) != SIG_IGN && ignoresigint == NO) {