Lines Matching refs:OurState
2728 } OurState = Unset; in vlocJoin() local
2741 OurState = NoSolution; in vlocJoin()
2743 OurState = NoSolution; in vlocJoin()
2751 if (OurState == Unset) { in vlocJoin()
2781 OurState = Agreed; in vlocJoin()
2783 OurState = PropDisagree; in vlocJoin()
2785 OurState = BEDisagree; in vlocJoin()
2787 OurState = PHINeeded; in vlocJoin()
2803 if (OurState == BEDisagree && OldLiveInLocation) { in vlocJoin()
2818 if (OurState == Agreed) { in vlocJoin()
2821 } else if (OurState == BEDisagree && OverRide) { in vlocJoin()
2826 } else if (OurState == PropDisagree) { in vlocJoin()
2840 } else if ((OurState == PHINeeded || OurState == BEDisagree)) { in vlocJoin()