Searched refs:type_index (Results 1 – 1 of 1) sorted by relevance
716 static struct type **type_index; variable768 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()769 if (!type_index) { in build_type_list()780 type_index[t] = &types[t]; in build_type_list()787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()792 struct type *type = type_index[n]; in build_type_list()1012 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()