cur_sugg_word     468 src/editor/spell.c                 const char *cur_sugg_word;
cur_sugg_word     470 src/editor/spell.c                 cur_sugg_word = mc_aspell_string_enumeration_next (elements);
cur_sugg_word     471 src/editor/spell.c                 if (cur_sugg_word != NULL)
cur_sugg_word     472 src/editor/spell.c                     g_ptr_array_add (suggest, g_strdup (cur_sugg_word));