word_size          78 src/editor/spell.c static int (*mc_aspell_speller_check) (AspellSpeller * ths, const char *word, int word_size);
word_size          80 src/editor/spell.c                                                            const char *word, int word_size);
word_size          98 src/editor/spell.c                                                  int word_size);
word_size         476 src/editor/spell.c aspell_check (const char *word, const int word_size)
word_size         481 src/editor/spell.c         res = mc_aspell_speller_check (global_speller->speller, word, word_size);
word_size         497 src/editor/spell.c aspell_suggest (GPtrArray * suggest, const char *word, const int word_size)
word_size         505 src/editor/spell.c         wordlist = mc_aspell_speller_suggest (global_speller->speller, word, word_size);
word_size         539 src/editor/spell.c aspell_add_to_dict (const char *word, int word_size)
word_size         541 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 (GPtrArray * 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);