Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dtrap.c67 #define S_HARD_IGN 4 /* signal is ignored permanently */ macro
308 *t = S_HARD_IGN; in setsignal()
313 if (*t == S_HARD_IGN || *t == action) in setsignal()
352 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) { in ignoresig()