Home
last modified time | relevance | path

Searched refs:conflict_list (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPkgCfl.pm71 $state->{conflict_list}{$plist->pkgname} = $plist->conflict_list;
76 delete $state->{conflict_list}{$plist->pkgname};
99 if (!defined $state->{conflict_list}) {
102 while (my ($name, $l) = each %{$state->{conflict_list}}) {
116 my @first = $plist->conflict_list->conflicts_with(installed_packages());
H A DHandle.pm54 delete $self->{conflict_list};
107 OpenBSD::Auto::cache(conflict_list,
H A DForwardDependencies.pm40 if ($n->conflict_list->conflicts_with($old->pkgname)) {
H A DPkgCfl.pod44 information. The hash key C<conflict_list> is reserved for that purpose.
H A DPackingList.pm148 sub conflict_list($self) subroutine
H A DUpdate.pm151 $n->conflict_list->conflicts_with($sname)) {
H A DPkgAdd.pm466 if (!$n->conflict_list->conflicts_with($plist->pkgname)) {
614 if ($h->conflict_list->conflicts_with($h2->pkgname)) {
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c435 for (a = web->conflict_list; a; a = a->next)
742 for (wl = v->conflict_list; wl; wl = wl->next)
1202 for (wl = web->conflict_list; wl; wl = wl->next)
1307 for (wl = web->conflict_list; wl; wl = wl->next)
1732 for (wl = web->conflict_list; wl; wl = wl->next)
2036 : web->conflict_list); in check_colors()
2172 for (wl = web->conflict_list; wl; wl = wl->next)
2211 pcl = &(x->conflict_list);
2233 pcl = &(web->conflict_list);
2267 opcl = &(other->conflict_list);
[all …]
H A Dra-build.c1520 for (cl = web->conflict_list; cl; cl = cl->next)
1561 struct conflict_link *cl = pfrom->conflict_list;
1578 cl->next = pfrom->conflict_list;
1579 pfrom->conflict_list = cl;
2133 pcl = &(web->conflict_list); in reset_conflicts()
2139 web->conflict_list = web->orig_conflict_list; in reset_conflicts()
2162 for (cl = web->conflict_list; cl; cl = cl->next) in reset_conflicts()
2205 for (cl = web->conflict_list; cl; cl = cl->next)
3194 && (web->conflict_list || web->orig_conflict_list)) in ra_build_free()
H A Dra.h235 struct conflict_link *conflict_list; member
H A Dra-debug.c759 for (cl = web->conflict_list; cl; cl = cl->next) in dump_igraph_machine()
785 for (cl = web->conflict_list; cl; cl = cl->next) in dump_igraph_machine()
1088 for (wl = web->conflict_list; wl; wl = wl->next)
H A Dra-rewrite.c130 for (wl = t->conflict_list; wl; wl = wl->next)
339 for (wl = web->conflict_list; wl; wl = wl->next) in choose_spill_colors()
1526 wl = web->conflict_list; in detect_web_parts_to_rebuild()