Home | History | Annotate | Download | only in make

Lines Matching refs:bmake_signal

150 		bmake_signal(signo, SIG_DFL);
433 bmake_signal(compatSigno, SIG_DFL);
716 if (bmake_signal(SIGINT, SIG_IGN) != SIG_IGN)
717 bmake_signal(SIGINT, CompatInterrupt);
718 if (bmake_signal(SIGTERM, SIG_IGN) != SIG_IGN)
719 bmake_signal(SIGTERM, CompatInterrupt);
720 if (bmake_signal(SIGHUP, SIG_IGN) != SIG_IGN)
721 bmake_signal(SIGHUP, CompatInterrupt);
722 if (bmake_signal(SIGQUIT, SIG_IGN) != SIG_IGN)
723 bmake_signal(SIGQUIT, CompatInterrupt);