Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c122 #define SCORE_MAXMAX 999999 // accept any score macro
2855 if (score < SCORE_MAXMAX) in score_comp_sal()
2908 if (stp->st_altscore == SCORE_MAXMAX) in score_combine()
2932 if (stp->st_score == SCORE_MAXMAX) in score_combine()
3339 if (goodscore < SCORE_MAXMAX) in add_sound_suggest()
3701 if (stp->st_altscore == SCORE_MAXMAX) in rescore_one()
3795 return SCORE_MAXMAX; in soundalike_score()
3821 return SCORE_MAXMAX; in soundalike_score()
3988 return SCORE_MAXMAX; in soundalike_score()
4292 return SCORE_MAXMAX; in spell_edit_score_limit()
[all …]