Searched refs:sigquit (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/sdiff/ |
H A D | edit.c | 41 sig_t sighup, sigint, sigquit, sigchld; in editit() local 54 sigquit = signal(SIGQUIT, SIG_IGN); in editit() 74 (void)signal(SIGQUIT, sigquit); in editit()
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 531 struct sigaction sigint, sigquit, sigterm; member 541 sigaction(SIGQUIT, &state->sigquit, NULL); in execash_cleanup() 576 sigaction(SIGQUIT, &parintr, &state.sigquit); in execash()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 228 static void sigquit(int); 526 sa.sa_handler = sigquit; in main() 639 sigquit(int signo) in sigquit() function
|