Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c619 stp->st_score, stp->st_altscore); in spell_suggest()
2864 sstp->st_altscore = 0; in score_comp_sal()
2908 if (stp->st_altscore == SCORE_MAXMAX) in score_combine()
2912 + stp->st_altscore) / 4; in score_combine()
2930 stp->st_altscore = spell_edit_score(slang, in score_combine()
3539 new_sug.st_altscore = altscore; in add_suggestion()
3565 stp->st_altscore = new_sug.st_altscore; in add_suggestion()
3581 stp->st_altscore = altscore; in add_suggestion()
3701 if (stp->st_altscore == SCORE_MAXMAX) in rescore_one()
3702 stp->st_altscore = SCORE_BIG; in rescore_one()
[all …]