word_size 81 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller * ths, const char *word, int word_size); word_size 83 src/editor/spell.c const char *word, int word_size); word_size 101 src/editor/spell.c int word_size); word_size 417 src/editor/spell.c aspell_add_to_dict (const char *word, int word_size) word_size 419 src/editor/spell.c mc_aspell_speller_add_to_personal (global_speller->speller, word, word_size); word_size 449 src/editor/spell.c aspell_suggest (GPtrArray *suggest, const char *word, const int word_size) word_size 457 src/editor/spell.c wordlist = mc_aspell_speller_suggest (global_speller->speller, word, word_size); word_size 492 src/editor/spell.c aspell_check (const char *word, const int word_size) word_size 497 src/editor/spell.c res = mc_aspell_speller_check (global_speller->speller, word, word_size);