Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c128 static void find_word(matchinf_T *mip, int mode);
279 find_word(&mi, FIND_FOLDWORD); in spell_check()
282 find_word(&mi, FIND_KEEPWORD); in spell_check()
361 find_word(&mi, FIND_COMPOUND); in spell_check()
400 find_word(matchinf_T *mip, int mode) in find_word() function
810 find_word(mip, FIND_COMPOUND); in find_word()
819 find_word(mip, FIND_KEEPCOMPOUND); in find_word()
1157 find_word(mip, FIND_PREFIX); in find_prefix()