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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c202 const struct option *abbrev_option = NULL, *ambiguous_option = NULL; local
230 if (abbrev_option) {
237 ambiguous_option = abbrev_option;
242 abbrev_option = options;
277 abbrev_option->long_name);
278 if (abbrev_option)
279 return get_value(p, abbrev_option, abbrev_flags);

Completed in 146 milliseconds