Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c472 int badlen = 0; in spell_suggest() local
498 if (badlen < 0) in spell_suggest()
499 badlen = -badlen; in spell_suggest()
502 ++badlen; in spell_suggest()
784 if (badlen != 0) in spell_find_suggest()
785 su->su_badlen = badlen; in spell_find_suggest()
3557 new_sug.st_orglen = badlen; in add_suggestion()
3583 stp->st_orglen = badlen; in add_suggestion()
3779 int badlen; in soundalike_score() local
3819 n = goodlen - badlen; in soundalike_score()
[all …]