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

/macosx-10.10/vim-55/src/
H A Dspell.c648 #define SCORE_SIMILAR 33 /* substitute a similar character */ macro
681 * SCORE_ICASE, SCORE_SWAP, SCORE_DEL, SCORE_SIMILAR and SCORE_INS */
682 #define SCORE_EDIT_MIN SCORE_SIMILAR
12039 * SCORE_SUBST to SCORE_SIMILAR. */
12049 SCORE_SUBST - SCORE_SIMILAR;
12091 sp->ts_score -= SCORE_SUBST - SCORE_SIMILAR;
15050 /* For a similar character use SCORE_SIMILAR. */
15054 CNT(i, j) = SCORE_SIMILAR + CNT(i - 1, j - 1);
15248 /* For a similar character use SCORE_SIMILAR. */
15252 score += SCORE_SIMILAR;
[all...]

Completed in 82 milliseconds