Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h311 short_u wc_count; // nr of times word was seen member
H A Dspell.c1837 wc->wc_count = count; in count_common_word()
1843 if ((wc->wc_count += count) < (unsigned)count) // check for overflow in count_common_word()
1844 wc->wc_count = MAXWORDCOUNT; in count_common_word()
4124 tw, HI2WC(hi)->wc_count); in dump_word()
H A Dspellsuggest.c286 if (wc->wc_count < SCORE_THRES2) in score_wordcount_adj()
288 else if (wc->wc_count < SCORE_THRES3) in score_wordcount_adj()