Lines Matching refs:st_word
60 char_u *st_word; // suggested word, allocated string member
590 vim_strncpy(wcopy, stp->st_word, MAXWLEN); in spell_suggest()
659 vim_snprintf((char *)IObuff, IOSIZE, "%s%.*s", stp->st_word, in spell_suggest()
668 repl_to = vim_strsave(stp->st_word); in spell_suggest()
677 STRCPY(p + c, stp->st_word); in spell_suggest()
736 STRCPY(wcopy, stp->st_word); in spell_suggest_list()
1070 vim_free(SUG(su->su_ga, i).st_word); in spell_find_cleanup()
1073 vim_free(SUG(su->su_sga, i).st_word); in spell_find_cleanup()
2859 sstp->st_word = vim_strsave(stp->st_word); in score_comp_sal()
2860 if (sstp->st_word != NULL) in score_comp_sal()
2931 su->su_badword, stp->st_word); in score_combine()
2961 p = SUG(*gap, i).st_word; in score_combine()
2963 if (STRCMP(stp[j].st_word, p) == 0) in score_combine()
2980 vim_free(stp[i].st_word); in score_combine()
3021 && *skiptowhite(stp->st_word) == NUL) in stp_sal_score()
3033 STRCPY(goodword, stp->st_word); in stp_sal_score()
3039 pgood = stp->st_word; in stp_sal_score()
3532 && STRNCMP(stp->st_word, goodword, goodlen) == 0) in add_suggestion()
3554 new_sug.st_word = stp->st_word; in add_suggestion()
3576 stp->st_word = vim_strnsave(goodword, goodlen); in add_suggestion()
3577 if (stp->st_word != NULL) in add_suggestion()
3623 vim_strncpy(longword, stp[i].st_word, MAXWLEN); in check_suggestions()
3632 vim_free(stp[i].st_word); in check_suggestions()
3725 n = STRICMP(p1->st_word, p2->st_word); in sug_compare()
3756 vim_free(stp[i].st_word); in cleanup_suggestions()