Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c114 int mi_result2; // "mi_resul" without following word member
262 mi.mi_result2 = SP_BAD; in spell_check()
290 && mi.mi_result2 != SP_BAD) in spell_check()
292 mi.mi_result = mi.mi_result2; in spell_check()
875 if (mip->mi_result2 > res) in find_word()
877 mip->mi_result2 = res; in find_word()
880 else if (mip->mi_result2 == res in find_word()