Lines Matching refs:spell_message
2018 static void spell_message(spellinfo_T *spin, char_u *str);
2234 spell_message(spin, IObuff); in spell_read_aff()
3532 spell_message(spin, IObuff); in spell_read_dic()
4112 spell_message(spin, IObuff); in spell_read_wordfile()
4274 spell_message(spin, IObuff); in spell_read_wordfile()
4699 spell_message(spin, IObuff); in wordtree_compress()
5478 spell_message(spin, (char_u *)_("Reading back spell file...")); in spell_make_sugfile()
5499 spell_message(spin, (char_u *)_("Performing soundfolding...")); in spell_make_sugfile()
5518 spell_message(spin, (char_u *)_(msg_compressing)); in spell_make_sugfile()
5811 spell_message(spin, IObuff); in sug_write()
5872 spell_message(spin, IObuff); in sug_write()
6080 spell_message(&spin, (char_u *)_(msg_compressing)); in mkspell()
6093 spell_message(&spin, IObuff); in mkspell()
6097 spell_message(&spin, (char_u *)_("Done!")); in mkspell()
6100 spell_message(&spin, IObuff); in mkspell()
6145 spell_message(spellinfo_T *spin, char_u *str) in spell_message() function