Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c261 mi.mi_result = SP_BAD; in spell_check()
305 if (mi.mi_result != SP_OK) in spell_check()
311 if (mi.mi_result == SP_BAD || mi.mi_result == SP_BANNED) in spell_check()
341 else if (mi.mi_result == SP_BAD in spell_check()
368 mi.mi_result = save_result; in spell_check()
372 if (mi.mi_result == SP_BAD || mi.mi_result == SP_BANNED) in spell_check()
380 if (wrongcaplen > 0 && (mi.mi_result == SP_OK || mi.mi_result == SP_RARE)) in spell_check()
640 mip->mi_result = SP_OK; in find_word()
773 mip->mi_result = SP_BAD; in find_word()
886 mip->mi_result = res; in find_word()
[all …]