Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c162 int ts_score; // score member
1208 (stack[depth].ts_score + (add) < su->su_maxscore)
1632 sp->ts_score + newscore, in suggest_trie_walk()
1814 sp->ts_score -= SCORE_SPLIT - SCORE_SUBST; in suggest_trie_walk()
1972 sp->ts_score -= in suggest_trie_walk()
1985 sp->ts_score -= in suggest_trie_walk()
1997 sp->ts_score -= SCORE_INS - SCORE_INSCOMP; in suggest_trie_walk()
2008 sp->ts_score -= SCORE_INS in suggest_trie_walk()
2027 sp->ts_score -= SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()
2185 sp->ts_score -= SCORE_INS - SCORE_INSDUP; in suggest_trie_walk()
[all …]