Home
last modified time | relevance | path

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

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dsolver.c429 Id p, pkg, other_watch; in propagate() local
478 other_watch = r->w2; in propagate()
483 other_watch = r->w1; in propagate()
490 if (DECISIONMAP_TRUE(other_watch)) in propagate()
511 && r->p != other_watch /* which is not watched */ in propagate()
523 if (p != other_watch /* which is not watched */ in propagate()
576 if (other_watch > 0) in propagate()
577 decisionmap[other_watch] = level; /* install! */ in propagate()
579 decisionmap[-other_watch] = -level; /* remove! */ in propagate()
581 queue_push(&solv->decisionq, other_watch); in propagate()
[all …]