Searched refs:wc_count (Results 1 – 3 of 3) sorted by relevance
311 short_u wc_count; // nr of times word was seen member
1837 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()
286 if (wc->wc_count < SCORE_THRES2) in score_wordcount_adj()288 else if (wc->wc_count < SCORE_THRES3) in score_wordcount_adj()