match_word 591 src/editor/spell.c GString *match_word; match_word 594 src/editor/spell.c match_word = match_word 596 src/editor/spell.c word_len = match_word->len; match_word 602 src/editor/spell.c tmp_word = str_convert_to_display (match_word->str); match_word 603 src/editor/spell.c g_string_free (match_word, TRUE); match_word 604 src/editor/spell.c match_word = tmp_word; match_word 606 src/editor/spell.c if (match_word != NULL) match_word 608 src/editor/spell.c if (!aspell_check (match_word->str, (int) word_len)) match_word 616 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); match_word 628 src/editor/spell.c spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest); match_word 653 src/editor/spell.c aspell_add_to_dict (match_word->str, (int) word_len); match_word 661 src/editor/spell.c g_string_free (match_word, TRUE);