new_word          322 src/editor/spell.c spell_dialog_spell_suggest_show (WEdit *edit, const char *word, char **new_word,
new_word          398 src/editor/spell.c         *new_word = g_strdup (curr);
new_word          624 src/editor/spell.c                 char *new_word = NULL;
new_word          633 src/editor/spell.c                     spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest);
new_word          636 src/editor/spell.c                 if (retval == B_ENTER && new_word != NULL)
new_word          644 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
new_word          645 src/editor/spell.c                         MC_PTR_FREE (new_word);
new_word          647 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);
new_word          652 src/editor/spell.c                     if (new_word != NULL)
new_word          654 src/editor/spell.c                         for (i = 0; new_word[i] != '\0'; i++)
new_word          655 src/editor/spell.c                             edit_insert (edit, new_word[i]);
new_word          656 src/editor/spell.c                         g_free (new_word);