Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c94 #define SCORE_SIMILAR 33 // substitute a similar character macro
127 #define SCORE_EDIT_MIN SCORE_SIMILAR
1986 SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()
2027 sp->ts_score -= SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()
4071 CNT(i, j) = SCORE_SIMILAR + CNT(i - 1, j - 1); in spell_edit_score()
4263 score += SCORE_SIMILAR; in spell_edit_score_limit()
4448 score += SCORE_SIMILAR; in spell_edit_score_limit_w()