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

/macosx-10.10/vim-55/src/
H A Dspell.c653 #define SCORE_INS 96 /* insert a character */ macro
676 #define SCORE_BIG SCORE_INS * 3 /* big difference */
681 * SCORE_ICASE, SCORE_SWAP, SCORE_DEL, SCORE_SIMILAR and SCORE_INS */
12060 sp->ts_score -= SCORE_INS - SCORE_INSCOMP;
12071 sp->ts_score -= SCORE_INS
12211 newscore = 2 * SCORE_INS / 3;
12213 newscore = SCORE_INS;
12252 sp->ts_score -= SCORE_INS - SCORE_INSDUP;
14949 return score + SCORE_INS + SCORE_DEL;
14960 return score + SCORE_INS
[all...]

Completed in 116 milliseconds