HomeSort by relevance Sort by last modified time
    Searched full:abbrev_option (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
parse-options.c 201 const struct option *abbrev_option = NULL, *ambiguous_option = NULL; local
229 if (abbrev_option) {
236 ambiguous_option = abbrev_option;
241 abbrev_option = options;
276 abbrev_option->long_name);
277 if (abbrev_option)
278 return get_value(p, abbrev_option, abbrev_flags);

Completed in 72 milliseconds