match_word        569 src/editor/spell.c     GString *match_word;
match_word        572 src/editor/spell.c     match_word = edit_buffer_get_word_from_pos (&edit->buffer, edit->buffer.curs1, &word_start,
match_word        574 src/editor/spell.c     word_len = match_word->len;
match_word        581 src/editor/spell.c         tmp_word = str_convert_to_display (match_word->str);
match_word        582 src/editor/spell.c         g_string_free (match_word, TRUE);
match_word        583 src/editor/spell.c         match_word = tmp_word;
match_word        586 src/editor/spell.c     if (match_word != NULL)
match_word        588 src/editor/spell.c         if (!aspell_check (match_word->str, (int) word_len))
match_word        596 src/editor/spell.c             res = aspell_suggest (suggest, match_word->str, (int) word_len);
match_word        608 src/editor/spell.c                     spell_dialog_spell_suggest_show (edit, match_word->str, &new_word, suggest);
match_word        635 src/editor/spell.c                     aspell_add_to_dict (match_word->str, (int) word_len);
match_word        643 src/editor/spell.c         g_string_free (match_word, TRUE);