Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c45 int su_sfmaxscore; // idem, for when doing soundfold words member
1019 su->su_sfmaxscore = SCORE_MAXINIT * 3; in spell_suggest_intern()
1035 su->su_maxscore = su->su_sfmaxscore; in spell_suggest_intern()
3331 limit = MAXSCORE(su->su_sfmaxscore - goodscore, score); in add_sound_suggest()
3346 if (goodscore <= su->su_sfmaxscore) in add_sound_suggest()
3592 su->su_sfmaxscore = cleanup_suggestions(gap, in add_suggestion()
3593 su->su_sfmaxscore, SUG_CLEAN_COUNT(su)); in add_suggestion()