match_word 595 src/editor/spell.c GString *match_word; match_word 598 src/editor/spell.c match_word = match_word 600 src/editor/spell.c word_len = match_word->len; match_word 607 src/editor/spell.c tmp_word = str_convert_to_display (match_word->str); match_word 608 src/editor/spell.c g_string_free (match_word, TRUE); match_word 609 src/editor/spell.c match_word = tmp_word; match_word 612 src/editor/spell.c if (match_word != NULL) match_word 614 src/editor/spell.c if (!aspell_check (match_word->str, (int) word_len)) match_word 622 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); match_word 634 src/editor/spell.c spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest); match_word 661 src/editor/spell.c aspell_add_to_dict (match_word->str, (int) word_len); match_word 669 src/editor/spell.c g_string_free (match_word, TRUE);