OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_set
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
options.h
50
const char
opt_set
; /* mutually exclusive option set */
member in struct:optent
57
#define DEF_OPTS(name, letter,
opt_set
) {name, letter,
opt_set
, 0},
60
#define DEF_OPTS(name, letter,
opt_set
)
options.c
203
if (val && (flag = optlist[i].
opt_set
)) {
206
if (optlist[j].
opt_set
== flag)
Completed in 21 milliseconds