Lines Matching refs:samep
1827 struct block **diffp, **samep; in or_pullup() local
1915 samep = &JF(*diffp); in or_pullup()
1920 if (*samep == 0) in or_pullup()
1927 if (JT(*samep) != JT(b)) in or_pullup()
1936 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()
1943 if ((*samep)->val[A_ATOM] == val) in or_pullup()
1949 samep = &JF(*samep); in or_pullup()
1954 if ((*samep)->val[i] != pred->val[i]) in or_pullup()
1958 pull = *samep; in or_pullup()
1959 *samep = JF(pull); in or_pullup()
1996 struct block **diffp, **samep; in and_pullup() local
2033 samep = &JT(*diffp); in and_pullup()
2035 if (*samep == 0) in and_pullup()
2038 if (JF(*samep) != JF(b)) in and_pullup()
2041 if (!SET_MEMBER((*samep)->dom, b->id)) in and_pullup()
2044 if ((*samep)->val[A_ATOM] == val) in and_pullup()
2050 samep = &JT(*samep); in and_pullup()
2055 if ((*samep)->val[i] != pred->val[i]) in and_pullup()
2059 pull = *samep; in and_pullup()
2060 *samep = JT(pull); in and_pullup()