mc_aspell_config_replace   71 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value);
mc_aspell_config_replace  229 src/editor/spell.c         (spell_module, "aspell_config_replace", (void *) &mc_aspell_config_replace))
mc_aspell_config_replace  317 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "lang", spell_language);
mc_aspell_config_replace  445 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "lang", lang);
mc_aspell_config_replace  446 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "encoding", spell_codeset);