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

/macosx-10.10/vim-55/src/
H A Dspell.c15124 int minscore; local
15141 * possible score is stored in "minscore".
15147 minscore = limit + 1;
15160 if (score < minscore)
15161 minscore = score;
15172 if ((score += SCORE_DEL) >= minscore)
15175 minscore = score;
15181 if ((score += SCORE_INS) >= minscore)
15184 minscore = score;
15189 * that may lead to a lower score than "minscore"
15306 int minscore; local
[all...]

Completed in 199 milliseconds