Lines Matching refs:SCORE_SUBST
93 #define SCORE_SUBST 93 // substitute a character macro
1814 sp->ts_score -= SCORE_SPLIT - SCORE_SUBST; in suggest_trie_walk()
1908 newscore = SCORE_SUBST; in suggest_trie_walk()
1931 if (newscore == SCORE_SUBST) in suggest_trie_walk()
1973 SCORE_SUBST - SCORE_SUBCOMP; in suggest_trie_walk()
1986 SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()
2027 sp->ts_score -= SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()
3881 return score + SCORE_DEL + SCORE_SUBST; in soundalike_score()
3908 return score + SCORE_SUBST + SCORE_DEL; in soundalike_score()
3939 return score + SCORE_SWAP + SCORE_SUBST; in soundalike_score()
3948 return score + SCORE_SUBST; in soundalike_score()
3956 return score + SCORE_SUBST + SCORE_SWAP; in soundalike_score()
3960 return score + SCORE_SUBST + SCORE_SUBST; in soundalike_score()
4073 CNT(i, j) = SCORE_SUBST + CNT(i - 1, j - 1); in spell_edit_score()
4265 score += SCORE_SUBST; in spell_edit_score_limit()
4450 score += SCORE_SUBST; in spell_edit_score_limit_w()