match_word        594 src/editor/spell.c     GString *match_word;
match_word        597 src/editor/spell.c     match_word = edit_buffer_get_word_from_pos (&edit->buffer, edit->buffer.curs1, &word_start,
match_word        599 src/editor/spell.c     word_len = match_word->len;
match_word        606 src/editor/spell.c         tmp_word = str_convert_to_display (match_word->str);
match_word        607 src/editor/spell.c         g_string_free (match_word, TRUE);
match_word        608 src/editor/spell.c         match_word = tmp_word;
match_word        611 src/editor/spell.c     if (match_word != NULL)
match_word        613 src/editor/spell.c         if (!aspell_check (match_word->str, (int) word_len))
match_word        621 src/editor/spell.c             res = aspell_suggest (suggest, match_word->str, (int) word_len);
match_word        633 src/editor/spell.c                     spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest);
match_word        660 src/editor/spell.c                     aspell_add_to_dict (match_word->str, (int) word_len);
match_word        668 src/editor/spell.c         g_string_free (match_word, TRUE);