tmp_word          604 src/editor/spell.c         GString *tmp_word;
tmp_word          606 src/editor/spell.c         tmp_word = str_convert_to_display (match_word->str);
tmp_word          608 src/editor/spell.c         match_word = tmp_word;
tmp_word          642 src/editor/spell.c                         GString *tmp_word;
tmp_word          644 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
tmp_word          646 src/editor/spell.c                         if (tmp_word != NULL)
tmp_word          647 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);