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

/system/core/sh/
H A Dtrap.c66 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
72 #define S_HARD_IGN 4 /* signal is ignored permenantly */ macro
290 tsig = S_HARD_IGN;
295 if (tsig == S_HARD_IGN || tsig == action)
336 if (sigmode[signo - 1] != S_IGN && sigmode[signo - 1] != S_HARD_IGN)
339 sigmode[signo - 1] = S_HARD_IGN;
353 *sm = S_HARD_IGN;
H A Dinit.c295 #undef S_HARD_IGN macro
296 #define S_HARD_IGN 4 /* signal is ignored permenantly */ macro
587 #undef S_HARD_IGN macro
588 #define S_HARD_IGN 4 /* signal is ignored permenantly */ macro
871 #undef S_HARD_IGN macro
872 #define S_HARD_IGN 4 /* signal is ignored permenantly */ macro
1082 *sm = S_HARD_IGN;

Completed in 47 milliseconds