tmp_word 600 src/editor/spell.c GString *tmp_word; tmp_word 602 src/editor/spell.c tmp_word = str_convert_to_display (match_word->str); tmp_word 604 src/editor/spell.c match_word = tmp_word; tmp_word 636 src/editor/spell.c GString *tmp_word; tmp_word 638 src/editor/spell.c tmp_word = str_convert_to_input (new_word); tmp_word 640 src/editor/spell.c if (tmp_word != NULL) tmp_word 641 src/editor/spell.c new_word = g_string_free (tmp_word, FALSE);