Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c78 #define SUG_CLEAN_COUNT(su) ((su)->su_maxcount < 130 ? 150 : (su)->su_maxcount + 20) macro
82 #define SUG_MAX_COUNT(su) (SUG_CLEAN_COUNT(su) + 50)
1021 if (su->su_ga.ga_len < SUG_CLEAN_COUNT(su)) in spell_suggest_intern()
1027 if (su->su_ga.ga_len < SUG_CLEAN_COUNT(su)) in spell_suggest_intern()
3593 su->su_sfmaxscore, SUG_CLEAN_COUNT(su)); in add_suggestion()
3596 su->su_maxscore, SUG_CLEAN_COUNT(su)); in add_suggestion()