Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c116 } matchinf_T; typedef
128 static void find_word(matchinf_T *mip, int mode);
129 static void find_prefix(matchinf_T *mip, int mode);
130 static int fold_more(matchinf_T *mip);
165 matchinf_T mi; // Most things are put in "mi" so that it can in spell_check()
400 find_word(matchinf_T *mip, int mode) in find_word()
1084 find_prefix(matchinf_T *mip, int mode) in find_prefix()
1203 fold_more(matchinf_T *mip) in fold_more()