Searched refs:OPTION_BOOLEAN (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/lib/subcmd/ |
D | parse-options.h | 16 OPTION_BOOLEAN, enumerator 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… 124 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
D | parse-options.c | 106 case OPTION_BOOLEAN: in get_value() 155 case OPTION_BOOLEAN: in get_value() 193 case OPTION_BOOLEAN: in get_value() 766 case OPTION_BOOLEAN: in print_option_help()
|