AspellCanHaveError   74 src/editor/spell.c static AspellCanHaveError *(*mc_new_aspell_speller) (AspellConfig *config);
AspellCanHaveError   75 src/editor/spell.c static unsigned int (*mc_aspell_error_number) (const AspellCanHaveError *ths);
AspellCanHaveError   79 src/editor/spell.c static AspellSpeller *(*mc_to_aspell_speller) (AspellCanHaveError *obj);
AspellCanHaveError   87 src/editor/spell.c static void (*mc_delete_aspell_can_have_error) (AspellCanHaveError *ths);
AspellCanHaveError   88 src/editor/spell.c static const char *(*mc_aspell_error_message) (const AspellCanHaveError *ths);
AspellCanHaveError   98 src/editor/spell.c static const AspellError *(*mc_aspell_error) (const AspellCanHaveError *ths);
AspellCanHaveError  275 src/editor/spell.c         AspellCanHaveError *error;
AspellCanHaveError  527 src/editor/spell.c     AspellCanHaveError *error = NULL;