Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/mail/
H A Dcollect.c538 sig_t sigint = signal(SIGINT, SIG_IGN); in mesedit() local
560 sig_t sigint = signal(SIGINT, SIG_IGN); in mespipe() local
H A Dedit.c78 sig_t sigint; in edit1() local
H A Dcmd3.c49 sig_t sigint = signal(SIGINT, SIG_IGN); in shell() local
72 sig_t sigint = signal(SIGINT, SIG_IGN); in dosh() local
/dflybsd-src/usr.bin/sdiff/
H A Dedit.c41 sig_t sighup, sigint, sigquit, sigchld; in editit() local
/dflybsd-src/usr.bin/login/
H A Dlogin.c840 sigint(int signo __unused) in sigint() function
/dflybsd-src/usr.bin/fetch/
H A Dfetch.c95 static volatile int sigint; /* SIGINT received */ variable
/dflybsd-src/usr.bin/chat/
H A Dchat.c453 static SIGTYPE sigint(int signo __unused) in sigint() function
/dflybsd-src/contrib/tcsh-6/
H A Dsh.exec.c531 struct sigaction sigint, sigquit, sigterm; member
/dflybsd-src/games/sail/
H A Dsync.c319 sig_t sighup, sigint; in Sync() local