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

/macosx-10.10/vim-55/src/
H A Dspell.c650 #define SCORE_DEL 94 /* delete a character */ macro
681 * SCORE_ICASE, SCORE_SWAP, SCORE_DEL, SCORE_SIMILAR and SCORE_INS */
12115 newscore = 2 * SCORE_DEL / 3;
12117 newscore = SCORE_DEL;
12144 stack[depth].ts_score -= SCORE_DEL - SCORE_DELCOMP;
12146 stack[depth].ts_score -= SCORE_DEL - SCORE_DELDUP;
12153 stack[depth].ts_score -= SCORE_DEL - SCORE_DELDUP;
14764 return SCORE_DEL;
14778 score = 2 * SCORE_DEL / 3;
14828 return score + SCORE_DEL *
[all...]

Completed in 149 milliseconds