cur_sugg_word     516 src/editor/spell.c                 const char *cur_sugg_word;
cur_sugg_word     518 src/editor/spell.c                 cur_sugg_word = mc_aspell_string_enumeration_next (elements);
cur_sugg_word     519 src/editor/spell.c                 if (cur_sugg_word != NULL)
cur_sugg_word     520 src/editor/spell.c                     g_ptr_array_add (suggest, g_strdup (cur_sugg_word));