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

/freebsd-9.3-release/bin/sh/
H A Dtrap.c65 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
71 #define S_HARD_IGN 4 /* signal is ignored permanently */ macro
322 *t = S_HARD_IGN;
327 if (*t == S_HARD_IGN || *t == action)
364 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) {
367 sigmode[signo] = S_HARD_IGN;

Completed in 77 milliseconds