Searched refs:hcl_head (Results 1 – 2 of 2) sorted by relevance
54 struct hwc_class *hcl_head; /* head of list of classes */ variable2773 hcl->class_next = hcl_head; in add_class()2774 hcl_head = hcl; in add_class()2793 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in get_class()2817 if (hcl_head != NULL) { in read_class_file()2818 hcl = hcl_head; in read_class_file()2826 hcl_head = NULL; in read_class_file()2917 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in impl_parlist_to_major()
55 extern struct hwc_class *hcl_head;