Lines Matching refs:curi
610 int curi[MAXWLEN]; in tree_count_words() local
616 curi[0] = 1; in tree_count_words()
621 if (curi[depth] > byts[arridx[depth]]) in tree_count_words()
634 n = arridx[depth] + curi[depth]; in tree_count_words()
635 ++curi[depth]; in tree_count_words()
648 ++curi[depth]; in tree_count_words()
656 curi[depth] = 1; in tree_count_words()
5552 int curi[MAXWLEN]; in sug_filltree() local
5576 curi[0] = 1; in sug_filltree()
5582 if (curi[depth] > byts[arridx[depth]]) in sug_filltree()
5596 n = arridx[depth] + curi[depth]; in sug_filltree()
5597 ++curi[depth]; in sug_filltree()
5625 ++curi[depth]; in sug_filltree()
5633 curi[depth] = 1; in sug_filltree()