Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/subcmd/
Dparse-options.c112 case OPTION_END: in get_value()
160 case OPTION_END: in get_value()
337 case OPTION_END: in get_value()
348 for (; options->type != OPTION_END; options++) { in parse_short_opt()
374 for (; options->type != OPTION_END; options++) { in parse_long_opt()
486 for (; options->type != OPTION_END; options++) { in check_typos()
660 while (options->type != OPTION_END) { in parse_options_subcommand()
763 case OPTION_END: in print_option_help()
813 for (o = opts; o->type != OPTION_END; o++) in options__order()
823 for (opt = group = ordered; opt->type != OPTION_END; opt++) { in options__order()
[all …]
Dparse-options.h15 OPTION_END, enumerator
120 #define OPT_END() { .type = OPTION_END }
121 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) }