Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c622 stp->st_score); in spell_suggest()
2863 sstp->st_score = score; in score_comp_sal()
2909 stp->st_score = (stp->st_score * 3 + SCORE_BIG) / 4; in score_combine()
2911 stp->st_score = (stp->st_score * 3 in score_combine()
2935 stp->st_score = (stp->st_score * 7 + stp->st_altscore) / 8; in score_combine()
3538 new_sug.st_score = score; in add_suggestion()
3562 if (stp->st_score > new_sug.st_score) in add_suggestion()
3564 stp->st_score = new_sug.st_score; in add_suggestion()
3580 stp->st_score = score; in add_suggestion()
3703 stp->st_score = RESCORE(stp->st_score, stp->st_altscore); in rescore_one()
[all …]