Searched refs:best_option (Results 1 – 2 of 2) sorted by relevance
1917 int best_option, best_distance; in show_closest_option() local1923 best_option = -1; in show_closest_option()1930 best_option = i; in show_closest_option()1935 if (best_option != -1) in show_closest_option()1936 log_err("Did you mean %s?\n", l_opts[best_option].name); in show_closest_option()
3914 int best_option, best_distance; in show_closest_option() local3927 best_option = -1; in show_closest_option()3934 best_option = i; in show_closest_option()3939 if (best_option != -1) in show_closest_option()3940 log_err("Did you mean %s?\n", fio_options[best_option].name); in show_closest_option()