Searched refs:score_off (Results 1 – 1 of 1) sorted by relevance
4138 int score_off; in spell_edit_score_limit() local4205 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() local4391 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 …]