Searched refs:sigint_handler (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexpect.c3258 signal(SIGINT,sigint_handler);
/macosx-10.9.5/bash-92/bash-3.2/
H A Djobs.c2173 SigHandler *sigint_handler; local
2184 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
H A Dnojobs.c668 SigHandler *sigint_handler; local
674 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
/macosx-10.9.5/top-89.1.2/
H A Dsig.c28 static void sigint_handler(int s) { function
33 signal(SIGINT, sigint_handler);

Completed in 162 milliseconds