Lines Matching refs:mi_result

109     int		mi_result;		// result so far: SP_BAD, SP_OK, etc.  member
261 mi.mi_result = SP_BAD; in spell_check()
289 if (mi.mi_lp->lp_slang->sl_nobreak && mi.mi_result == SP_BAD in spell_check()
292 mi.mi_result = mi.mi_result2; in spell_check()
297 if (count_word && mi.mi_result == SP_OK) 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()
345 int save_result = mi.mi_result; in spell_check()
362 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()
374 else if (mi.mi_result == SP_RARE) 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()
762 int save_result = mip->mi_result; in find_word()
773 mip->mi_result = SP_BAD; in find_word()
815 if (!slang->sl_nobreak || mip->mi_result == SP_BAD) in find_word()
824 if (!slang->sl_nobreak || mip->mi_result == SP_BAD) in find_word()
843 nobreak_result = mip->mi_result; in find_word()
844 mip->mi_result = save_result; in find_word()
849 if (mip->mi_result == SP_OK) in find_word()
884 else if (mip->mi_result > res) in find_word()
886 mip->mi_result = res; in find_word()
889 else if (mip->mi_result == res && mip->mi_end < mip->mi_word + wlen) in find_word()
892 if (mip->mi_result == SP_OK) in find_word()
896 if (mip->mi_result == SP_OK) in find_word()