Lines Matching refs:st_wordlen
61 int st_wordlen; // STRLEN(st_word) member
592 vim_strncpy(wcopy + stp->st_wordlen, in spell_suggest()
672 p = alloc(STRLEN(line) - stp->st_orglen + stp->st_wordlen + 1); 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()
737 STRCPY(wcopy + stp->st_wordlen, sug.su_badptr + stp->st_orglen); 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()
3624 len = stp[i].st_wordlen; in check_suggestions()