Searched refs:OPTION_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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), … 115 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
D | parse-options.c | 72 case OPTION_BOOLEAN: in get_value() 99 case OPTION_BOOLEAN: in get_value() 629 case OPTION_BOOLEAN: in print_option_help()
|