Home
last modified time | relevance | path

Searched refs:OPTION_GROUP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c114 case OPTION_GROUP: in get_value()
162 case OPTION_GROUP: in get_value()
339 case OPTION_GROUP: in get_value()
701 if (opts->type == OPTION_GROUP) { in print_option_help()
764 case OPTION_GROUP: in print_option_help()
824 if (opt->type == OPTION_GROUP) { in options__order()
895 if (opts->type != OPTION_GROUP) in usage_with_options_internal()
H A Dparse-options.h13 OPTION_GROUP, enumerator
75 * OPTION_GROUP uses this pointer to store the group header.
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c114 case OPTION_GROUP: in get_value()
162 case OPTION_GROUP: in get_value()
339 case OPTION_GROUP: in get_value()
701 if (opts->type == OPTION_GROUP) { in print_option_help()
764 case OPTION_GROUP: in print_option_help()
884 if (opts->type != OPTION_GROUP) in usage_with_options_internal()
H A Dparse-options.h17 OPTION_GROUP, enumerator
79 * OPTION_GROUP uses this pointer to store the group header.
123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }

Completed in 5 milliseconds