Home
last modified time | relevance | path

Searched refs:curi (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.c3871 int curi[MAXWLEN]; in spell_dump_compl() local
3977 curi[0] = 1; in spell_dump_compl()
3992 ++curi[depth]; 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()
[all …]
H A Dspellfile.c610 int curi[MAXWLEN]; in tree_count_words() local
616 curi[0] = 1; 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()
5597 ++curi[depth]; in sug_filltree()
5625 ++curi[depth]; in sug_filltree()
[all …]