elements          462 src/editor/spell.c             AspellStringEnumeration *elements = NULL;
elements          465 src/editor/spell.c             elements = mc_aspell_word_list_elements (wordlist);
elements          472 src/editor/spell.c                 cur_sugg_word = mc_aspell_string_enumeration_next (elements);
elements          477 src/editor/spell.c             mc_delete_aspell_string_enumeration (elements);