Lines Matching refs:st_score
63 int st_score; // lower is better member
619 stp->st_score, stp->st_altscore); in spell_suggest()
622 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()
2932 if (stp->st_score == SCORE_MAXMAX) in score_combine()
2933 stp->st_score = (SCORE_BIG * 7 + stp->st_altscore) / 8; 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()
3719 int n = p1->st_score - p2->st_score; in sug_compare()
3759 return stp[keep - 1].st_score; in cleanup_suggestions()