Searched refs:sigint_handler (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dsig.c28 static void sigint_handler(int s) { function
33 signal(SIGINT, sigint_handler);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dnojobs.c668 SigHandler *sigint_handler; local
674 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
H A Djobs.c2173 SigHandler *sigint_handler; local
2184 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
/macosx-10.10.1/file_cmds-242/gzip/
H A Dgzip.c253 static void sigint_handler(int);
328 signal(SIGINT, sigint_handler);
1219 sigint_handler(int signo __unused) function
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c3258 signal(SIGINT,sigint_handler);

Completed in 112 milliseconds