Searched defs:sigint (Results 1 – 10 of 10) sorted by relevance
543 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local565 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local
79 sig_t sigint; in edit1() local
48 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local71 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local
41 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
858 sigint(int signo __unused) in sigint() function
92 static int sigint; /* SIGINT received */ variable
453 SIGTYPE sigint(int signo __unused) in sigint() function
531 struct sigaction sigint, sigquit, sigterm; member