mc_aspell_speller_check   78 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller * ths, const char *word, int word_size);
mc_aspell_speller_check  213 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_check", (void *) &mc_aspell_speller_check))
mc_aspell_speller_check  481 src/editor/spell.c         res = mc_aspell_speller_check (global_speller->speller, word, word_size);