Lines Matching refs:samep
1599 struct block **diffp, **samep; in or_pullup() local
1637 samep = &JF(*diffp); in or_pullup()
1639 if (*samep == 0) in or_pullup()
1642 if (JT(*samep) != JT(b)) in or_pullup()
1645 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()
1648 if ((*samep)->val[A_ATOM] == val) in or_pullup()
1654 samep = &JF(*samep); in or_pullup()
1659 if ((*samep)->val[i] != pred->val[i]) in or_pullup()
1663 pull = *samep; in or_pullup()
1664 *samep = JF(pull); in or_pullup()
1691 struct block **diffp, **samep; in and_pullup() local
1728 samep = &JT(*diffp); in and_pullup()
1730 if (*samep == 0) in and_pullup()
1733 if (JF(*samep) != JF(b)) in and_pullup()
1736 if (!SET_MEMBER((*samep)->dom, b->id)) in and_pullup()
1739 if ((*samep)->val[A_ATOM] == val) in and_pullup()
1745 samep = &JT(*samep); in and_pullup()
1750 if ((*samep)->val[i] != pred->val[i]) in and_pullup()
1754 pull = *samep; in and_pullup()
1755 *samep = JT(pull); in and_pullup()