Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c4138 int score_off; in spell_edit_score_limit() local
4205 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit()
4206 if (score_off < minscore) in spell_edit_score_limit()
4208 if (score_off + SCORE_EDIT_MIN >= minscore) in spell_edit_score_limit()
4219 minscore = score_off; in spell_edit_score_limit()
4231 stack[stackidx].score = score_off; in spell_edit_score_limit()
4313 int score_off; in spell_edit_score_limit_w() local
4391 if (score_off < minscore) in spell_edit_score_limit_w()
4393 if (score_off + SCORE_EDIT_MIN >= minscore) in spell_edit_score_limit_w()
4404 minscore = score_off; in spell_edit_score_limit_w()
[all …]