Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c129 static void find_prefix(matchinf_T *mip, int mode);
285 find_prefix(&mi, FIND_FOLDWORD); in spell_check()
828 find_prefix(mip, FIND_COMPOUND); in find_word()
1084 find_prefix(matchinf_T *mip, int mode) in find_prefix() function