Searched refs:types (Results 1 – 4 of 4) sorted by relevance
748 struct type *types; in build_type_list() local763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list()775 types[t].flags |= TYPE_BEGIN; in build_type_list()779 types[t].name = &token_list[n]; in build_type_list()780 type_index[t] = &types[t]; in build_type_list()784 types[t].name = &token_list[n + 1]; in build_type_list()785 types[t].flags |= TYPE_STOP_MARKER; in build_type_list()
152 my @types = ();155 push (@types, $_);157 @types = sort(uniq(@types));159 foreach my $type (@types) {
2098 my @types = @$types_ref;2101 my $type = $types[0];
81 types.