Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h93 char_u *sl_compstartflags; // flags for first compound word member
H A Dspell.c680 ? slang->sl_compstartflags in find_word()
1741 VIM_CLEAR(lp->sl_compstartflags); in slang_clear()
H A Dspellfile.c1298 slang->sl_compstartflags = cp; in read_compound()
1349 if (!byte_in_str(slang->sl_compstartflags, c)) in read_compound()
H A Dspellsuggest.c247 ? slang->sl_compstartflags : slang->sl_compallflags, flag)) in can_be_compound()