Lines Matching refs:samep
1511 struct block **diffp, **samep; in or_pullup() local
1549 samep = &JF(*diffp); in or_pullup()
1551 if (*samep == 0) in or_pullup()
1554 if (JT(*samep) != JT(b)) in or_pullup()
1557 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()
1560 if ((*samep)->val[A_ATOM] == val) in or_pullup()
1566 samep = &JF(*samep); in or_pullup()
1571 if ((*samep)->val[i] != pred->val[i]) in or_pullup()
1575 pull = *samep; in or_pullup()
1576 *samep = JF(pull); in or_pullup()
1603 struct block **diffp, **samep; in and_pullup() local
1640 samep = &JT(*diffp); in and_pullup()
1642 if (*samep == 0) in and_pullup()
1645 if (JF(*samep) != JF(b)) in and_pullup()
1648 if (!SET_MEMBER((*samep)->dom, b->id)) in and_pullup()
1651 if ((*samep)->val[A_ATOM] == val) in and_pullup()
1657 samep = &JT(*samep); in and_pullup()
1662 if ((*samep)->val[i] != pred->val[i]) in and_pullup()
1666 pull = *samep; in and_pullup()
1667 *samep = JT(pull); in and_pullup()