Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.c81 case OPTION_END: in get_value()
220 case OPTION_END: in get_value()
230 for (; options->type != OPTION_END; options++) { in parse_short_opt()
249 for (; options->type != OPTION_END; options++) { in parse_long_opt()
353 for (; options->type != OPTION_END; options++) { in check_typos()
529 while (options->type != OPTION_END) { in parse_options_subcommand()
633 case OPTION_END: in print_option_help()
679 for (o = opts; o->type != OPTION_END; o++) in options__order()
755 for ( ; opts->type != OPTION_END; opts++) { in usage_with_options_internal()
810 for ( ; opts->type != OPTION_END; opts++) { in parse_options_usage()
[all …]
Dparse-options.h9 OPTION_END, enumerator
109 #define OPT_END() { .type = OPTION_END }