new_word 610 src/editor/spell.c char *new_word = NULL; new_word 618 src/editor/spell.c retval = spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest); new_word 621 src/editor/spell.c if (retval == B_ENTER && new_word != NULL) new_word 631 src/editor/spell.c tmp_word = str_convert_to_input (new_word); new_word 632 src/editor/spell.c g_free (new_word); new_word 633 src/editor/spell.c new_word = g_string_free (tmp_word, FALSE); new_word 636 src/editor/spell.c cp_word = new_word; new_word 639 src/editor/spell.c for (; *new_word; new_word++) new_word 640 src/editor/spell.c edit_insert (edit, *new_word); new_word 730 src/editor/spell.c spell_dialog_spell_suggest_show (WEdit * edit, const char *word, char **new_word, GArray * suggest) new_word 808 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,