Searched refs:spell_soundfold (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
|
| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 823 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 D | spell.c | 3074 spell_soundfold(lp->lp_slang, word, FALSE, sound); in eval_soundfold() 3097 spell_soundfold( in spell_soundfold() function
|
| H A D | spellfile.c | 5604 spell_soundfold(slang, tword, TRUE, tsalword); in sug_filltree()
|