Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c66 int st_had_bonus; // bonus already included in score member
3540 new_sug.st_had_bonus = had_bonus; in add_suggestion()
3542 if (stp->st_had_bonus != had_bonus) in add_suggestion()
3566 stp->st_had_bonus = new_sug.st_had_bonus; in add_suggestion()
3582 stp->st_had_bonus = had_bonus; in add_suggestion()
3690 if (slang != NULL && slang->sl_sal.ga_len > 0 && !stp->st_had_bonus) in rescore_one()
3704 stp->st_had_bonus = TRUE; in rescore_one()