Lines Matching refs:minscore
4139 int minscore; in spell_edit_score_limit() local
4158 minscore = limit + 1; in spell_edit_score_limit()
4171 if (score < minscore) in spell_edit_score_limit()
4172 minscore = score; in spell_edit_score_limit()
4183 if ((score += SCORE_DEL) >= minscore) in spell_edit_score_limit()
4186 minscore = score; in spell_edit_score_limit()
4192 if ((score += SCORE_INS) >= minscore) in spell_edit_score_limit()
4195 minscore = score; 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()
4237 if (score + SCORE_SWAP < minscore) in spell_edit_score_limit()
4268 if (score < minscore) in spell_edit_score_limit()
4291 if (minscore > limit) in spell_edit_score_limit()
4293 return minscore; in spell_edit_score_limit()
4314 int minscore; in spell_edit_score_limit_w() local
4342 minscore = limit + 1; in spell_edit_score_limit_w()
4356 if (score < minscore) in spell_edit_score_limit_w()
4357 minscore = score; in spell_edit_score_limit_w()
4368 if ((score += SCORE_DEL) >= minscore) in spell_edit_score_limit_w()
4371 minscore = score; in spell_edit_score_limit_w()
4377 if ((score += SCORE_INS) >= minscore) in spell_edit_score_limit_w()
4380 minscore = score; in spell_edit_score_limit_w()
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()
4422 if (score + SCORE_SWAP < minscore) in spell_edit_score_limit_w()
4453 if (score < minscore) in spell_edit_score_limit_w()
4476 if (minscore > limit) in spell_edit_score_limit_w()
4478 return minscore; in spell_edit_score_limit_w()