Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c61 int st_wordlen; // STRLEN(st_word) member
592 vim_strncpy(wcopy + stp->st_wordlen, in spell_suggest()
684 stp->st_wordlen + sug.su_badlen - stp->st_orglen); in spell_suggest()
732 wcopy = alloc(stp->st_wordlen in spell_suggest_list()
2862 sstp->st_wordlen = stp->st_wordlen; in score_comp_sal()
3029 if (lendiff > 0 && stp->st_wordlen + lendiff < MAXWLEN) in stp_sal_score()
3034 vim_strncpy(goodword + stp->st_wordlen, in stp_sal_score()
3530 if (stp->st_wordlen == goodlen in add_suggestion()
3555 new_sug.st_wordlen = stp->st_wordlen; in add_suggestion()
3579 stp->st_wordlen = goodlen; in add_suggestion()
[all …]