Searched refs:theUnion (Results 1 – 1 of 1) sorted by relevance
669 void MR_union_plain_sets1(Predicate *p,set *theUnion) in MR_union_plain_sets1() argument671 void MR_union_plain_sets1(p,theUnion) in MR_union_plain_sets1()673 set *theUnion;677 MR_union_plain_sets1(p->down,theUnion);678 MR_union_plain_sets1(p->right,theUnion);679 set_orin(theUnion,p->plainSet);690 set theUnion; local692 theUnion=empty;694 MR_union_plain_sets1(p,&theUnion);695 return theUnion;