wordlist          503 src/editor/spell.c         const AspellWordList *wordlist;
wordlist          505 src/editor/spell.c         wordlist = mc_aspell_speller_suggest (global_speller->speller, word, word_size);
wordlist          506 src/editor/spell.c         if (wordlist != NULL)
wordlist          511 src/editor/spell.c             elements = mc_aspell_word_list_elements (wordlist);
wordlist          512 src/editor/spell.c             size = mc_aspell_word_list_size (wordlist);