OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_FATAL
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
histrap.c
1036
sigtraps[SIGHUP].flags |=
TF_FATAL
;
1127
if ((p->flags &
TF_FATAL
) && !p->trap) {
1144
runtraps(TF_DFL_INTR|
TF_FATAL
);
1159
if (p->set && (p->flags & (TF_DFL_INTR|
TF_FATAL
)))
1178
((p->flags & (TF_DFL_INTR|
TF_FATAL
)) && !p->trap)))
1207
if (flag &
TF_FATAL
)
1232
if (p->flags &
TF_FATAL
) {
1320
if ((p->flags & (TF_DFL_INTR|
TF_FATAL
)) && f == SIG_DFL)
[
all
...]
jobs.c
1102
runtraps(
TF_FATAL
);
[
all
...]
sh.h
865
#define
TF_FATAL
BIT(9) /* causes termination if not trapped */
[
all
...]
Completed in 53 milliseconds