AspellConfig       59 src/editor/spell.c     AspellConfig *config;
AspellConfig       70 src/editor/spell.c static AspellConfig *(*mc_new_aspell_config) (void);
AspellConfig       71 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value);
AspellConfig       72 src/editor/spell.c static AspellCanHaveError *(*mc_new_aspell_speller) (AspellConfig * config);
AspellConfig       82 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig * ths, const char *key);
AspellConfig       84 src/editor/spell.c static void (*mc_delete_aspell_config) (AspellConfig * ths);
AspellConfig       90 src/editor/spell.c static AspellDictInfoList *(*mc_get_aspell_dict_info_list) (AspellConfig * config);