Lines Matching refs:SCORE_DEL
96 #define SCORE_DEL 94 // delete a character macro
2049 newscore = 2 * SCORE_DEL / 3; in suggest_trie_walk()
2051 newscore = SCORE_DEL; in suggest_trie_walk()
2077 stack[depth].ts_score -= SCORE_DEL - SCORE_DELCOMP; in suggest_trie_walk()
2079 stack[depth].ts_score -= SCORE_DEL - SCORE_DELDUP; in suggest_trie_walk()
2085 stack[depth].ts_score -= SCORE_DEL - SCORE_DELDUP; in suggest_trie_walk()
3792 return SCORE_DEL; in soundalike_score()
3806 score = 2 * SCORE_DEL / 3; in soundalike_score()
3854 return score + SCORE_DEL * 2; in soundalike_score()
3869 return score + SCORE_DEL; in soundalike_score()
3877 return score + SCORE_DEL + SCORE_SWAP; in soundalike_score()
3881 return score + SCORE_DEL + SCORE_SUBST; in soundalike_score()
3895 return score + SCORE_SWAP + SCORE_DEL; in soundalike_score()
3908 return score + SCORE_SUBST + SCORE_DEL; in soundalike_score()
3971 return score + SCORE_INS + SCORE_DEL; in soundalike_score()
3982 return score + SCORE_INS + SCORE_DEL; in soundalike_score()
4045 CNT(i, 0) = CNT(i - 1, 0) + SCORE_DEL; in spell_edit_score()
4095 t = SCORE_DEL + CNT(i - 1, j); in spell_edit_score()
4183 if ((score += SCORE_DEL) >= minscore) in spell_edit_score_limit()
4205 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit()
4368 if ((score += SCORE_DEL) >= minscore) in spell_edit_score_limit_w()
4390 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit_w()