Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c410 sps_flags = 0; in spell_check_sps()
437 sps_flags = SPS_BEST; in spell_check_sps()
442 sps_flags = f; in spell_check_sps()
445 if (sps_flags == 0) in spell_check_sps()
446 sps_flags = SPS_BEST; in spell_check_sps()
871 if (sps_flags & SPS_DOUBLE) in spell_find_suggest()
998 if (sps_flags & SPS_DOUBLE) in spell_suggest_intern()
1002 if ((sps_flags & SPS_FAST) == 0) in spell_suggest_intern()
1004 if (sps_flags & SPS_BEST) in spell_suggest_intern()
1050 if (sps_flags & SPS_BEST) in spell_suggest_intern()
[all …]