spell_module 55 src/editor/spell.c #define ASPELL_FUNCTION_AVAILABLE(f) g_module_symbol (spell_module, #f, (void *) &mc_##f) spell_module 69 src/editor/spell.c static GModule *spell_module = NULL; spell_module 172 src/editor/spell.c if (spell_module != NULL) spell_module 175 src/editor/spell.c spell_module = g_module_open ("libaspell", G_MODULE_BIND_LAZY); spell_module 177 src/editor/spell.c if (spell_module == NULL) spell_module 206 src/editor/spell.c g_module_close (spell_module); spell_module 207 src/editor/spell.c spell_module = NULL; spell_module 243 src/editor/spell.c if (spell_module == NULL) spell_module 582 src/editor/spell.c g_module_close (spell_module); spell_module 583 src/editor/spell.c spell_module = NULL;