Home
last modified time | relevance | path

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

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