tmp_word          605 src/editor/spell.c         GString *tmp_word;
tmp_word          607 src/editor/spell.c         tmp_word = str_convert_to_display (match_word->str);
tmp_word          609 src/editor/spell.c         match_word = tmp_word;
tmp_word          643 src/editor/spell.c                         GString *tmp_word;
tmp_word          645 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
tmp_word          647 src/editor/spell.c                         if (tmp_word != NULL)
tmp_word          648 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);