elements          461 src/editor/spell.c             AspellStringEnumeration *elements = NULL;
elements          464 src/editor/spell.c             elements = mc_aspell_word_list_elements (wordlist);
elements          471 src/editor/spell.c                 cur_sugg_word = mc_aspell_string_enumeration_next (elements);
elements          476 src/editor/spell.c             mc_delete_aspell_string_enumeration (elements);