Lines Matching refs:new_sug
3491 suggest_T new_sug; in add_suggestion() local
3538 new_sug.st_score = score; in add_suggestion()
3539 new_sug.st_altscore = altscore; in add_suggestion()
3540 new_sug.st_had_bonus = had_bonus; in add_suggestion()
3554 new_sug.st_word = stp->st_word; in add_suggestion()
3555 new_sug.st_wordlen = stp->st_wordlen; in add_suggestion()
3556 new_sug.st_slang = stp->st_slang; in add_suggestion()
3557 new_sug.st_orglen = badlen; in add_suggestion()
3558 rescore_one(su, &new_sug); 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()
3565 stp->st_altscore = new_sug.st_altscore; in add_suggestion()
3566 stp->st_had_bonus = new_sug.st_had_bonus; in add_suggestion()