OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_HARD_IGN
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
trap.c
66
*
S_HARD_IGN
indicates that the signal was ignored on entry to the shell,
72
#define
S_HARD_IGN
4 /* signal is ignored permenantly */
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
;
init.c
295
#undef
S_HARD_IGN
296
#define
S_HARD_IGN
4 /* signal is ignored permenantly */
587
#undef
S_HARD_IGN
588
#define
S_HARD_IGN
4 /* signal is ignored permenantly */
871
#undef
S_HARD_IGN
872
#define
S_HARD_IGN
4 /* signal is ignored permenantly */
1082
*sm =
S_HARD_IGN
;
Completed in 1279 milliseconds