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 626 src/editor/spell.c char *new_word = NULL; new_word 635 src/editor/spell.c spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest); new_word 638 src/editor/spell.c if (retval == B_ENTER && new_word != NULL) new_word 646 src/editor/spell.c tmp_word = str_convert_to_input (new_word); new_word 647 src/editor/spell.c MC_PTR_FREE (new_word); new_word 649 src/editor/spell.c new_word = g_string_free (tmp_word, FALSE); new_word 654 src/editor/spell.c if (new_word != NULL) new_word 656 src/editor/spell.c for (i = 0; new_word[i] != '\0'; i++) new_word 657 src/editor/spell.c edit_insert (edit, new_word[i]); new_word 658 src/editor/spell.c g_free (new_word);