Lines Matching refs:st_altscore
64 int st_altscore; // used when st_score compares equal member
619 stp->st_score, stp->st_altscore); in spell_suggest()
2864 sstp->st_altscore = 0; in score_comp_sal()
2907 stp->st_altscore = stp_sal_score(stp, su, slang, badsound); in score_combine()
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()
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()
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()
3700 stp->st_altscore = stp_sal_score(stp, su, slang, p); in rescore_one()
3701 if (stp->st_altscore == SCORE_MAXMAX) in rescore_one()
3702 stp->st_altscore = SCORE_BIG; in rescore_one()
3703 stp->st_score = RESCORE(stp->st_score, stp->st_altscore); in rescore_one()
3723 n = p1->st_altscore - p2->st_altscore; in sug_compare()