Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1950 int si_region_count; // number of regions supported (1 when there member
4184 if (spin->si_region_count > 1) in spell_read_wordfile()
4195 spin->si_region_count = (int)STRLEN(line) / 2; in spell_read_wordfile()
4199 spin->si_region = (1 << spin->si_region_count) - 1; in spell_read_wordfile()
4233 if (l == 0 || l > spin->si_region_count) in spell_read_wordfile()
4906 if (spin->si_region_count > 1) in write_vim_spell()
4910 l = spin->si_region_count * 2; in write_vim_spell()
4914 regionmask = (1 << spin->si_region_count) - 1; in write_vim_spell()
6012 spin.si_region_count = incount; in mkspell()