Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h78 char_u sl_regions[MAXREGIONS * 2 + 1]; member
H A Dspell.c1760 lp->sl_regions[0] = NUL; in slang_clear()
2116 c = find_region(slang->sl_regions, region); in did_set_spelllang()
2121 if (*slang->sl_regions != NUL) in did_set_spelllang()
2217 c = find_region(slang->sl_regions, use_region); in did_set_spelllang()
2220 else if (*slang->sl_regions != NUL) in did_set_spelllang()
3909 p = lp->lp_slang->sl_regions; in spell_dump_compl()
H A Dspellfile.c851 lp->sl_regions[i] = getc(fd); // <regionname> in read_region_section()
852 lp->sl_regions[len] = NUL; in read_region_section()