AspellSpeller      62 src/editor/spell.c     AspellSpeller *speller;
AspellSpeller      76 src/editor/spell.c static const char *(*mc_aspell_speller_error_message) (const AspellSpeller *ths);
AspellSpeller      77 src/editor/spell.c static const AspellError *(*mc_aspell_speller_error) (const AspellSpeller *ths);
AspellSpeller      79 src/editor/spell.c static AspellSpeller *(*mc_to_aspell_speller) (AspellCanHaveError *obj);
AspellSpeller      80 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller *ths, const char *word, int word_size);
AspellSpeller      81 src/editor/spell.c static const AspellWordList *(*mc_aspell_speller_suggest) (AspellSpeller *ths, const char *word,
AspellSpeller      85 src/editor/spell.c static void (*mc_delete_aspell_speller) (AspellSpeller *ths);
AspellSpeller      99 src/editor/spell.c static int (*mc_aspell_speller_add_to_personal) (AspellSpeller *ths, const char *word,
AspellSpeller     101 src/editor/spell.c static int (*mc_aspell_speller_save_all_word_lists) (AspellSpeller *ths);