new_word          317 src/editor/spell.c spell_dialog_spell_suggest_show (WEdit *edit, const char *word, char **new_word,
new_word          393 src/editor/spell.c         *new_word = g_strdup (curr);
new_word          619 src/editor/spell.c                 char *new_word = NULL;
new_word          628 src/editor/spell.c                     spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest);
new_word          631 src/editor/spell.c                 if (retval == B_ENTER && new_word != NULL)
new_word          638 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
new_word          639 src/editor/spell.c                         MC_PTR_FREE (new_word);
new_word          641 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);
new_word          645 src/editor/spell.c                     if (new_word != NULL)
new_word          647 src/editor/spell.c                         for (i = 0; new_word[i] != '\0'; i++)
new_word          648 src/editor/spell.c                             edit_insert (edit, new_word[i]);
new_word          649 src/editor/spell.c                         g_free (new_word);