Searched refs:abbrev_lists (Results 1 – 2 of 2) sorted by relevance
798 static struct abbrev_list * abbrev_lists = NULL; variable821 list->next = abbrev_lists; in record_abbrev_list_for_cu()822 abbrev_lists = list; in record_abbrev_list_for_cu()871 while (abbrev_lists) in free_all_abbrevs()872 abbrev_lists = free_abbrev_list (abbrev_lists); in free_all_abbrevs()884 for (list = abbrev_lists; list != NULL; list = list->next) in find_abbrev_list_by_raw_abbrev()
111837 Put abbrevs on abbrev_lists here.