spell_module       67 src/editor/spell.c static GModule *spell_module = NULL;
spell_module      172 src/editor/spell.c     if (spell_module != NULL)
spell_module      176 src/editor/spell.c     spell_module = g_module_open (spell_module_fname, G_MODULE_BIND_LAZY);
spell_module      180 src/editor/spell.c     if (spell_module == NULL)
spell_module      183 src/editor/spell.c     if (!g_module_symbol (spell_module, "new_aspell_config", (void *) &mc_new_aspell_config))
spell_module      186 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_dict_info_list_elements",
spell_module      190 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_dict_info_enumeration_next",
spell_module      194 src/editor/spell.c     if (!g_module_symbol (spell_module, "new_aspell_speller", (void *) &mc_new_aspell_speller))
spell_module      197 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_error_number", (void *) &mc_aspell_error_number))
spell_module      200 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_error_message",
spell_module      204 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_error", (void *) &mc_aspell_speller_error))
spell_module      207 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_error", (void *) &mc_aspell_error))
spell_module      210 src/editor/spell.c     if (!g_module_symbol (spell_module, "to_aspell_speller", (void *) &mc_to_aspell_speller))
spell_module      213 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_check", (void *) &mc_aspell_speller_check))
spell_module      217 src/editor/spell.c         (spell_module, "aspell_speller_suggest", (void *) &mc_aspell_speller_suggest))
spell_module      221 src/editor/spell.c         (spell_module, "aspell_word_list_elements", (void *) &mc_aspell_word_list_elements))
spell_module      224 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_string_enumeration_next",
spell_module      229 src/editor/spell.c         (spell_module, "aspell_config_replace", (void *) &mc_aspell_config_replace))
spell_module      232 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_error_message", (void *) &mc_aspell_error_message))
spell_module      236 src/editor/spell.c         (spell_module, "delete_aspell_speller", (void *) &mc_delete_aspell_speller))
spell_module      239 src/editor/spell.c     if (!g_module_symbol (spell_module, "delete_aspell_config", (void *) &mc_delete_aspell_config))
spell_module      242 src/editor/spell.c     if (!g_module_symbol (spell_module, "delete_aspell_string_enumeration",
spell_module      246 src/editor/spell.c     if (!g_module_symbol (spell_module, "get_aspell_dict_info_list",
spell_module      250 src/editor/spell.c     if (!g_module_symbol (spell_module, "delete_aspell_can_have_error",
spell_module      254 src/editor/spell.c     if (!g_module_symbol (spell_module, "delete_aspell_dict_info_enumeration",
spell_module      259 src/editor/spell.c         (spell_module, "aspell_config_retrieve", (void *) &mc_aspell_config_retrieve))
spell_module      263 src/editor/spell.c         (spell_module, "aspell_word_list_size", (void *) &mc_aspell_word_list_size))
spell_module      266 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_add_to_personal",
spell_module      270 src/editor/spell.c     if (!g_module_symbol (spell_module, "aspell_speller_save_all_word_lists",
spell_module      279 src/editor/spell.c         g_module_close (spell_module);
spell_module      280 src/editor/spell.c         spell_module = NULL;
spell_module      350 src/editor/spell.c     g_module_close (spell_module);
spell_module      351 src/editor/spell.c     spell_module = NULL;
spell_module      370 src/editor/spell.c     if (spell_module == NULL)