Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhelp-unknown-cmd.c55 unsigned int i, n = 0, best_similarity = 0; in help_unknown_cmd() local
82 best_similarity = main_cmds.names[0]->len; in help_unknown_cmd()
84 while (n < main_cmds.cnt && best_similarity == main_cmds.names[n]->len) in help_unknown_cmd()
107 if (main_cmds.cnt && best_similarity < 6) { in help_unknown_cmd()