Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dparse-options.c57 case OPTION_END: in get_value()
178 case OPTION_END: in get_value()
188 for (; options->type != OPTION_END; options++) { in parse_short_opt()
207 for (; options->type != OPTION_END; options++) { in parse_long_opt()
292 for (; options->type != OPTION_END; options++) { in check_typos()
456 for (; opts->type != OPTION_END; opts++) { in usage_with_options_internal()
519 case OPTION_END: in usage_with_options_internal()
Dparse-options.h9 OPTION_END, enumerator
101 #define OPT_END() { .type = OPTION_END }