ths 74 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value); ths 76 src/editor/spell.c static unsigned int (*mc_aspell_error_number) (const AspellCanHaveError * ths); ths 77 src/editor/spell.c static const char *(*mc_aspell_speller_error_message) (const AspellSpeller * ths); ths 78 src/editor/spell.c static const AspellError *(*mc_aspell_speller_error) (const AspellSpeller * ths); ths 81 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller * ths, const char *word, int word_size); ths 82 src/editor/spell.c static const AspellWordList *(*mc_aspell_speller_suggest) (AspellSpeller * ths, ths 84 src/editor/spell.c static AspellStringEnumeration *(*mc_aspell_word_list_elements) (const struct AspellWordList * ths); ths 85 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig * ths, const char *key); ths 86 src/editor/spell.c static void (*mc_delete_aspell_speller) (AspellSpeller * ths); ths 87 src/editor/spell.c static void (*mc_delete_aspell_config) (AspellConfig * ths); ths 88 src/editor/spell.c static void (*mc_delete_aspell_can_have_error) (AspellCanHaveError * ths); ths 89 src/editor/spell.c static const char *(*mc_aspell_error_message) (const AspellCanHaveError * ths); ths 90 src/editor/spell.c static void (*mc_delete_aspell_string_enumeration) (AspellStringEnumeration * ths); ths 92 src/editor/spell.c (const AspellDictInfoList * ths); ths 95 src/editor/spell.c (AspellDictInfoEnumeration * ths); ths 96 src/editor/spell.c static const char *(*mc_aspell_string_enumeration_next) (AspellStringEnumeration * ths); ths 97 src/editor/spell.c static void (*mc_delete_aspell_dict_info_enumeration) (AspellDictInfoEnumeration * ths); ths 98 src/editor/spell.c static unsigned int (*mc_aspell_word_list_size) (const AspellWordList * ths); ths 99 src/editor/spell.c static const AspellError *(*mc_aspell_error) (const AspellCanHaveError * ths); ths 100 src/editor/spell.c static int (*mc_aspell_speller_add_to_personal) (AspellSpeller * ths, const char *word, ths 102 src/editor/spell.c static int (*mc_aspell_speller_save_all_word_lists) (AspellSpeller * ths);