Home
last modified time | relevance | path

Searched defs:sigint (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/mail/
H A Dcollect.c543 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local
565 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local
H A Dedit.c79 sig_t sigint; in edit1() local
H A Dcmd3.c48 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local
71 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local
/freebsd/usr.bin/sdiff/
H A Dedit.c41 sig_t sighup, sigint, sigquit, sigchld; in editit() local
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c429 sigint(int s) in sigint() function
/freebsd/contrib/bc/src/
H A Dvm.c270 const char* const sigint = BC_DEFAULT_SIGINT_RESET ? "to reset" : local
290 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" : local
/freebsd/usr.bin/login/
H A Dlogin.c858 sigint(int signo __unused) in sigint() function
/freebsd/usr.bin/fetch/
H A Dfetch.c92 static int sigint; /* SIGINT received */ variable
/freebsd/usr.bin/chat/
H A Dchat.c453 SIGTYPE sigint(int signo __unused) in sigint() function
/freebsd/contrib/tcsh/
H A Dsh.exec.c531 struct sigaction sigint, sigquit, sigterm; member