Lines Matching refs:arridx
609 idx_T arridx[MAXWLEN]; in tree_count_words() local
615 arridx[0] = 0; in tree_count_words()
621 if (curi[depth] > byts[arridx[depth]]) in tree_count_words()
624 idxs[arridx[depth]] = wordcount[depth]; in tree_count_words()
634 n = arridx[depth] + curi[depth]; in tree_count_words()
655 arridx[depth] = idxs[n]; in tree_count_words()
5551 idx_T arridx[MAXWLEN]; in sug_filltree() local
5575 arridx[0] = 0; in sug_filltree()
5582 if (curi[depth] > byts[arridx[depth]]) in sug_filltree()
5585 idxs[arridx[depth]] = wordcount[depth]; in sug_filltree()
5596 n = arridx[depth] + curi[depth]; in sug_filltree()
5632 arridx[depth] = idxs[n]; in sug_filltree()