AspellConfig       62 src/editor/spell.c     AspellConfig *config;
AspellConfig       73 src/editor/spell.c static AspellConfig *(*mc_new_aspell_config) (void);
AspellConfig       74 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value);
AspellConfig       75 src/editor/spell.c static AspellCanHaveError *(*mc_new_aspell_speller) (AspellConfig * config);
AspellConfig       85 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig * ths, const char *key);
AspellConfig       87 src/editor/spell.c static void (*mc_delete_aspell_config) (AspellConfig * ths);
AspellConfig       93 src/editor/spell.c static AspellDictInfoList *(*mc_get_aspell_dict_info_list) (AspellConfig * config);