Searched refs:CompatInterrupt (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c127 static void CompatInterrupt(int);
147 * CompatInterrupt --
161 CompatInterrupt(int signo) function
702 bmake_signal(SIGINT, CompatInterrupt);
705 bmake_signal(SIGTERM, CompatInterrupt);
708 bmake_signal(SIGHUP, CompatInterrupt);
711 bmake_signal(SIGQUIT, CompatInterrupt);
/freebsd-9.3-release/usr.bin/make/
H A Djob.c2772 * CompatInterrupt --
2786 CompatInterrupt(int signo) function
3031 CompatInterrupt(interrupted);

Completed in 49 milliseconds