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

/freebsd-9.3-release/bin/sh/
H A Dtrap.c70 #define S_IGN 3 /* signal is ignored (SIG_IGN) */ macro
267 action = S_IGN;
286 action = S_IGN;
292 action = S_IGN;
320 *t = S_IGN; /* don't hard ignore these */
332 case S_IGN: sigact = SIG_IGN; break;
364 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) {

Completed in 36 milliseconds