Searched defs:sigint (Results 1 – 10 of 10) sorted by relevance
542 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local564 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local
85 sig_t sigint; in edit1() local
54 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local77 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local
42 sig_t sighup, sigint, sigquit, sigchld; in editit() local
429 sigint(int s) in sigint() function
270 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : local290 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : local
864 sigint(int signo __unused) in sigint() function
93 static int sigint; /* SIGINT received */ variable
454 SIGTYPE sigint(int signo __unused) in sigint() function
531 struct sigaction sigint, sigquit, sigterm; member