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