AspellConfig       61 src/editor/spell.c     AspellConfig *config;
AspellConfig       72 src/editor/spell.c static AspellConfig *(*mc_new_aspell_config) (void);
AspellConfig       73 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig *ths, const char *key, const char *value);
AspellConfig       74 src/editor/spell.c static AspellCanHaveError *(*mc_new_aspell_speller) (AspellConfig *config);
AspellConfig       84 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig *ths, const char *key);
AspellConfig       86 src/editor/spell.c static void (*mc_delete_aspell_config) (AspellConfig *ths);
AspellConfig       92 src/editor/spell.c static AspellDictInfoList *(*mc_get_aspell_dict_info_list) (AspellConfig *config);