new_word          599 src/editor/spell.c                 char *new_word = NULL;
new_word          608 src/editor/spell.c                     spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest);
new_word          611 src/editor/spell.c                 if (retval == B_ENTER && new_word != NULL)
new_word          619 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
new_word          620 src/editor/spell.c                         MC_PTR_FREE (new_word);
new_word          622 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);
new_word          627 src/editor/spell.c                     if (new_word != NULL)
new_word          629 src/editor/spell.c                         for (i = 0; new_word[i] != '\0'; i++)
new_word          630 src/editor/spell.c                             edit_insert (edit, new_word[i]);
new_word          631 src/editor/spell.c                         g_free (new_word);
new_word          712 src/editor/spell.c spell_dialog_spell_suggest_show (WEdit * edit, const char *word, char **new_word,
new_word          791 src/editor/spell.c         *new_word = tmp;
new_word           30 src/editor/spell.h int spell_dialog_spell_suggest_show (WEdit * edit, const char *word, char **new_word,