AspellCanHaveError   72 src/editor/spell.c static AspellCanHaveError *(*mc_new_aspell_speller) (AspellConfig *config);
AspellCanHaveError   73 src/editor/spell.c static unsigned int (*mc_aspell_error_number) (const AspellCanHaveError *ths);
AspellCanHaveError   77 src/editor/spell.c static AspellSpeller *(*mc_to_aspell_speller) (AspellCanHaveError *obj);
AspellCanHaveError   85 src/editor/spell.c static void (*mc_delete_aspell_can_have_error) (AspellCanHaveError *ths);
AspellCanHaveError   86 src/editor/spell.c static const char *(*mc_aspell_error_message) (const AspellCanHaveError *ths);
AspellCanHaveError   96 src/editor/spell.c static const AspellError *(*mc_aspell_error) (const AspellCanHaveError *ths);
AspellCanHaveError  273 src/editor/spell.c         AspellCanHaveError *error;
AspellCanHaveError  523 src/editor/spell.c     AspellCanHaveError *error = NULL;