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
1428
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
))) {
1430
if (p->flags &
TF_ORIG_DFL
)
1464
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
))) {
1467
TF_ORIG_IGN :
TF_ORIG_DFL
;
1512
if (!(p->flags & (TF_ORIG_IGN|
TF_ORIG_DFL
)))
[
all
...]
jobs.c
344
(TF_ORIG_IGN |
TF_ORIG_DFL
))
[
all
...]
sh.h
724
#define
TF_ORIG_DFL
BIT(3) /* original action was SIG_DFL */
[
all
...]
Completed in 43 milliseconds