Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Dtrap.c73 #define S_HARD_IGN 4 /* signal is ignored permanently */ macro
318 *t = S_HARD_IGN; in setsignal()
323 if (*t == S_HARD_IGN || *t == action) in setsignal()
362 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) { in ignoresig()