Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h92 char_u *sl_comprules; // all COMPOUNDRULE concatenated (or NULL) member
H A Dspell.c747 else if (slang->sl_comprules != NULL in find_word()
984 for (p = slang->sl_comprules; *p != NUL; ++p) in match_compoundrule()
1740 VIM_CLEAR(lp->sl_comprules); in slang_clear()
H A Dspellfile.c1314 slang->sl_comprules = crp; in read_compound()
1364 VIM_CLEAR(slang->sl_comprules); in read_compound()
H A Dspellsuggest.c253 if (slang->sl_comprules != NULL && sp->ts_complen > sp->ts_compsplit) in can_be_compound()