Lines Matching refs:score_off
4138 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
4390 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); 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()
4416 stack[stackidx].score = score_off; in spell_edit_score_limit_w()