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

/linux-master/tools/lib/subcmd/
H A Dparse-options.c367 const struct option *abbrev_option = NULL, *ambiguous_option = NULL; local
414 if (abbrev_option) {
421 ambiguous_option = abbrev_option;
426 abbrev_option = options;
462 abbrev_option->long_name);
465 if (abbrev_option)
466 return get_value(p, abbrev_option, abbrev_flags);

Completed in 101 milliseconds