Home
last modified time | relevance | path

Searched refs:DELSIG (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/bmake/
HDjob.c2365 #define DELSIG(s) \ in JobSigReset() macro
2370 DELSIG(SIGINT) in JobSigReset()
2371 DELSIG(SIGHUP) in JobSigReset()
2372 DELSIG(SIGQUIT) in JobSigReset()
2373 DELSIG(SIGTERM) in JobSigReset()
2374 DELSIG(SIGTSTP) in JobSigReset()
2375 DELSIG(SIGTTOU) in JobSigReset()
2376 DELSIG(SIGTTIN) in JobSigReset()
2377 DELSIG(SIGWINCH) in JobSigReset()
2378 DELSIG(SIGCONT) in JobSigReset()
[all …]