Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c4139 int minscore; in spell_edit_score_limit() local
4171 if (score < minscore) in spell_edit_score_limit()
4172 minscore = score; in spell_edit_score_limit()
4186 minscore = score; in spell_edit_score_limit()
4195 minscore = score; in spell_edit_score_limit()
4293 return minscore; in spell_edit_score_limit()
4314 int minscore; in spell_edit_score_limit_w() local
4356 if (score < minscore) in spell_edit_score_limit_w()
4371 minscore = score; in spell_edit_score_limit_w()
4380 minscore = score; in spell_edit_score_limit_w()
[all …]