Lines Matching refs:wordcount
613 int wordcount[MAXWLEN]; in tree_count_words() local
617 wordcount[0] = 0; in tree_count_words()
624 idxs[arridx[depth]] = wordcount[depth]; in tree_count_words()
626 wordcount[depth - 1] += wordcount[depth]; in tree_count_words()
641 ++wordcount[depth]; in tree_count_words()
657 wordcount[depth] = 0; in tree_count_words()
5558 int wordcount[MAXWLEN]; in sug_filltree() local
5577 wordcount[0] = 0; in sug_filltree()
5585 idxs[arridx[depth]] = wordcount[depth]; in sug_filltree()
5587 wordcount[depth - 1] += wordcount[depth]; in sug_filltree()
5614 ++wordcount[depth]; in sug_filltree()
5634 wordcount[depth] = 0; in sug_filltree()