Home
last modified time | relevance | path

Searched refs:SCORE_DEL (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c96 #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()
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()
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()
[all …]