Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c71 #define SP_OK 0 macro
297 if (count_word && mi.mi_result == SP_OK) in spell_check()
305 if (mi.mi_result != SP_OK) 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()
758 nobreak_result = SP_OK; in find_word()
849 if (mip->mi_result == SP_OK) in find_word()
861 res = SP_OK; in find_word()
868 res = SP_OK; in find_word()
892 if (mip->mi_result == SP_OK) in find_word()
[all …]