Searched defs:sigint (Results 1 – 10 of 10) sorted by relevance
536 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local558 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
267 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : global() local 287 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : global() local
858 sigint(int signo __unused) in sigint() function
92 static int sigint; /* SIGINT received */ variable [all...]
453 SIGTYPE sigint(int signo __unused) in sigint() function
531 struct sigaction sigint, sigquit, sigterm; member