elements          508 src/editor/spell.c             AspellStringEnumeration *elements = NULL;
elements          511 src/editor/spell.c             elements = mc_aspell_word_list_elements (wordlist);
elements          518 src/editor/spell.c                 cur_sugg_word = mc_aspell_string_enumeration_next (elements);
elements          523 src/editor/spell.c             mc_delete_aspell_string_enumeration (elements);