Searched refs:OPTION_BOOLEAN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 20 OPTION_BOOLEAN, enumerator 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) } 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } 128 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
H A 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()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A 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), .value = check_vtype(v, bool *), .help = (h) } 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } 124 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
|
H A 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()
|
Completed in 4 milliseconds