spell_module_fname  169 src/editor/spell.c     gchar *spell_module_fname;
spell_module_fname  175 src/editor/spell.c     spell_module_fname = g_module_build_path (NULL, "libaspell");
spell_module_fname  176 src/editor/spell.c     spell_module = g_module_open (spell_module_fname, G_MODULE_BIND_LAZY);
spell_module_fname  178 src/editor/spell.c     g_free (spell_module_fname);