OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_ORIG_DFL
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
histrap.c
1353
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
))) {
1355
if (p->flags &
TF_ORIG_DFL
)
1391
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
))) {
1394
TF_ORIG_IGN :
TF_ORIG_DFL
;
1439
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
)))
[
all
...]
jobs.c
351
(TF_ORIG_IGN |
TF_ORIG_DFL
))
[
all
...]
sh.h
859
#define
TF_ORIG_DFL
BIT(3) /* original action was SIG_DFL */
[
all
...]
Completed in 136 milliseconds