spell_module       56 src/editor/spell.c     g_module_symbol (spell_module, #f, (void *) &mc_##f)
spell_module       70 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      207 src/editor/spell.c     g_module_close (spell_module);
spell_module      208 src/editor/spell.c     spell_module = NULL;
spell_module      244 src/editor/spell.c     if (spell_module == NULL)
spell_module      581 src/editor/spell.c     g_module_close (spell_module);
spell_module      582 src/editor/spell.c     spell_module = NULL;