Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro3 int match_checkcompoundpattern(char_u *ptr, int wlen, garray_T *gap);
/vim-8.2.3635/src/
H A Dspell.c687 if (match_checkcompoundpattern(ptr, wlen, &slang->sl_comppat)) in find_word()
909 match_checkcompoundpattern( in match_checkcompoundpattern() function
H A Dspellsuggest.c1508 if (match_checkcompoundpattern(preword, sp->ts_prewordlen, in suggest_trie_walk()