spell_module 53 src/editor/spell.c #define ASPELL_FUNCTION_AVAILABLE(f) g_module_symbol (spell_module, #f, (void *) &mc_##f) spell_module 67 src/editor/spell.c static GModule *spell_module = NULL; spell_module 170 src/editor/spell.c if (spell_module != NULL) spell_module 173 src/editor/spell.c spell_module = g_module_open ("libaspell", G_MODULE_BIND_LAZY); spell_module 175 src/editor/spell.c if (spell_module == NULL) spell_module 204 src/editor/spell.c g_module_close (spell_module); spell_module 205 src/editor/spell.c spell_module = NULL; spell_module 241 src/editor/spell.c if (spell_module == NULL) spell_module 578 src/editor/spell.c g_module_close (spell_module); spell_module 579 src/editor/spell.c spell_module = NULL;