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()
169 my %types = ();173 if (exists($types{$2})) {174 $types{$2} .= ",$1" if ($types{$2} ne $1);176 $types{$2} = $1;179 $types{$2} = "UNDETERMINED";196 foreach my $type (sort keys %types) {199 my $level = $types{$type};
2098 my @types = @$types_ref;2101 my $type = $types[0];
81 types.