Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3491 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()
[all …]