Searched refs:itree_next_constraint (Results 1 – 2 of 2) sorted by relevance
148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
1672 if (itree_next_constraint(ap->arrowp, NULL)) in itree_pbubble()1675 for (cp = itree_next_constraint(ap->arrowp, NULL); cp; in itree_pbubble()1676 cp = itree_next_constraint(ap->arrowp, cp)) { in itree_pbubble()1678 if (itree_next_constraint(ap->arrowp, cp)) in itree_pbubble()1682 if (itree_next_constraint(ap->arrowp, NULL)) in itree_pbubble()2114 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) in itree_next_constraint() function