Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro5 int match_compoundrule(slang_T *slang, char_u *compflags);
/vim-8.2.3635/src/
H A Dspell.c748 && !match_compoundrule(slang, mip->mi_compflags)) in find_word()
977 match_compoundrule(slang_T *slang, char_u *compflags) in match_compoundrule() function
H A Dspellsuggest.c259 v = match_compoundrule(slang, compflags + sp->ts_compsplit); in can_be_compound()