OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_USER_SET
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
histrap.c
1289
if ((p->flags &
TF_USER_SET
) && (p->trap && p->trap[0]))
1319
p->flags |=
TF_USER_SET
;
[
all
...]
sh.h
857
#define
TF_USER_SET
BIT(1) /* user has (tried to) set trap */
[
all
...]
Completed in 169 milliseconds