Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
/vim-8.2.3635/src/
H A Dspellsuggest.c823 spell_soundfold(su->su_sallang, su->su_fbadword, TRUE, in spell_find_suggest()
2846 spell_soundfold(lp->lp_slang, su->su_fbadword, TRUE, badsound); in score_comp_sal()
2902 spell_soundfold(slang, su->su_fbadword, TRUE, badsound); in score_combine()
3025 spell_soundfold(slang, fword, TRUE, badsound2); in stp_sal_score()
3042 spell_soundfold(slang, pgood, FALSE, goodsound); in stp_sal_score()
3102 spell_soundfold(slang, su->su_fbadword, TRUE, salword); in suggest_try_soundalike()
3696 spell_soundfold(slang, su->su_fbadword, TRUE, sal_badword); in rescore_one()
H A Dspell.c3074 spell_soundfold(lp->lp_slang, word, FALSE, sound); in eval_soundfold()
3097 spell_soundfold( in spell_soundfold() function
H A Dspellfile.c5604 spell_soundfold(slang, tword, TRUE, tsalword); in sug_filltree()