Searched refs:OPTION_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.h | 20 OPTION_BOOLEAN, enumerator 124 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … 125 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… 127 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
D | parse-options.c | 106 case OPTION_BOOLEAN: in get_value() 154 case OPTION_BOOLEAN: in get_value() 191 case OPTION_BOOLEAN: in get_value() 744 case OPTION_BOOLEAN: in print_option_help()
|