Home
last modified time | relevance | path

Searched refs:OPTION_BOOLEAN (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/lib/subcmd/
Dparse-options.h20 OPTION_BOOLEAN, enumerator
125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), …
126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name…
128 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
Dparse-options.c106 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()