Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h94 char_u *sl_compallflags; // all flags for compound words member
H A Dspell.c681 : slang->sl_compallflags, in find_word()
1742 VIM_CLEAR(lp->sl_compallflags); in slang_clear()
H A Dspellfile.c1307 slang->sl_compallflags = ap; in read_compound()
1333 && !byte_in_str(slang->sl_compallflags, c)) in read_compound()
H A Dspellsuggest.c247 ? slang->sl_compstartflags : slang->sl_compallflags, flag)) in can_be_compound()