OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_INTEGER
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
parse-options.h
30
OPTION_INTEGER
,
119
#define OPT_INTEGER(s, l, v, h) { .type =
OPTION_INTEGER
, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
parse-options.c
61
case
OPTION_INTEGER
:
114
case
OPTION_INTEGER
:
485
case
OPTION_INTEGER
:
Completed in 45 milliseconds