Searched refs:hcl_head (Results 1 – 2 of 2) sorted by relevance
56 struct hwc_class *hcl_head; /* head of list of classes */ variable2775 hcl->class_next = hcl_head; in add_class()2776 hcl_head = hcl; in add_class()2795 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in get_class()2819 if (hcl_head != NULL) { in read_class_file()2820 hcl = hcl_head; in read_class_file()2828 hcl_head = NULL; in read_class_file()2919 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in impl_parlist_to_major()
55 extern struct hwc_class *hcl_head;