HomeSort by: relevance | last modified time | path
    Searched refs:bmake_signal (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
compat.c 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)
    [all...]
util.c 334 bmake_signal(int s, SignalProc a) function in typeref:typename:SignalProc
job.c 2098 if (bmake_signal(sig, SIG_IGN) != SIG_IGN) {
2100 (void)bmake_signal(sig, handler);
2151 (void)bmake_signal(SIGCHLD, HandleSIGCHLD);
2180 (void)bmake_signal(sig, SIG_DFL);
2195 (void)bmake_signal(SIGCHLD, SIG_DFL);
make.h 1069 SignalProc bmake_signal(int, SignalProc);
main.c 1322 (void)bmake_signal(SIGINFO, siginfo);

Completed in 39 milliseconds