Lines Matching refs:curi
3871 int curi[MAXWLEN]; in spell_dump_compl() local
3977 curi[0] = 1; in spell_dump_compl()
3981 if (curi[depth] > byts[arridx[depth]]) in spell_dump_compl()
3991 n = arridx[depth] + curi[depth]; in spell_dump_compl()
3992 ++curi[depth]; in spell_dump_compl()
4015 if (c == 0 || curi[depth] == 2) in spell_dump_compl()
4034 curi[depth] = 1; in spell_dump_compl()
4157 int curi[MAXWLEN]; in dump_prefixes() local
4189 curi[0] = 1; in dump_prefixes()
4194 if (curi[depth] > len) in dump_prefixes()
4203 n += curi[depth]; in dump_prefixes()
4204 ++curi[depth]; in dump_prefixes()
4212 curi[depth] += i - 1; in dump_prefixes()
4249 curi[depth] = 1; in dump_prefixes()