Searched refs:OPTION_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 14 OPTION_BOOLEAN, enumerator 113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … 114 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… 116 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
D | parse-options.c | 75 case OPTION_BOOLEAN: in get_value() 102 case OPTION_BOOLEAN: in get_value() 636 case OPTION_BOOLEAN: in print_option_help()
|