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
1364
if ((p->flags &
TF_USER_SET
) && (p->trap && p->trap[0]))
1394
p->flags |=
TF_USER_SET
;
[
all
...]
sh.h
722
#define
TF_USER_SET
BIT(1) /* user has (tried to) set trap */
[
all
...]
Completed in 304 milliseconds