tmp_word          579 src/editor/spell.c         GString *tmp_word;
tmp_word          581 src/editor/spell.c         tmp_word = str_convert_to_display (match_word->str);
tmp_word          583 src/editor/spell.c         match_word = tmp_word;
tmp_word          617 src/editor/spell.c                         GString *tmp_word;
tmp_word          619 src/editor/spell.c                         tmp_word = str_convert_to_input (new_word);
tmp_word          621 src/editor/spell.c                         if (tmp_word != NULL)
tmp_word          622 src/editor/spell.c                             new_word = g_string_free (tmp_word, FALSE);