word_size 75 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller * ths, const char *word, int word_size); word_size 77 src/editor/spell.c const char *word, int word_size); word_size 95 src/editor/spell.c int word_size); word_size 489 src/editor/spell.c aspell_check (const char *word, const int word_size) word_size 494 src/editor/spell.c res = mc_aspell_speller_check (global_speller->speller, word, word_size); word_size 510 src/editor/spell.c aspell_suggest (GArray * suggest, const char *word, const int word_size) word_size 518 src/editor/spell.c wordlist = mc_aspell_speller_suggest (global_speller->speller, word, word_size); word_size 552 src/editor/spell.c aspell_add_to_dict (const char *word, int word_size) word_size 554 src/editor/spell.c mc_aspell_speller_add_to_personal (global_speller->speller, word, word_size); word_size 18 src/editor/spell.h gboolean aspell_check (const char *word, const int word_size); word_size 19 src/editor/spell.h unsigned int aspell_suggest (GArray * suggest, const char *word, const int word_size); word_size 24 src/editor/spell.h gboolean aspell_add_to_dict (const char *word, const int word_size);