match_word 596 src/editor/spell.c GString *match_word; match_word 599 src/editor/spell.c match_word = edit_buffer_get_word_from_pos (&edit->buffer, edit->buffer.curs1, &word_start, match_word 601 src/editor/spell.c word_len = match_word->len; match_word 608 src/editor/spell.c tmp_word = str_convert_to_display (match_word->str); match_word 609 src/editor/spell.c g_string_free (match_word, TRUE); match_word 610 src/editor/spell.c match_word = tmp_word; match_word 613 src/editor/spell.c if (match_word != NULL) match_word 615 src/editor/spell.c if (!aspell_check (match_word->str, (int) word_len)) match_word 623 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); match_word 635 src/editor/spell.c spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest); match_word 662 src/editor/spell.c aspell_add_to_dict (match_word->str, (int) word_len); match_word 670 src/editor/spell.c g_string_free (match_word, TRUE);