Lines Matching refs:samep
1261 struct block **diffp, **samep; in or_pullup() local
1299 samep = &JF(*diffp); in or_pullup()
1301 if (*samep == 0) in or_pullup()
1304 if (JT(*samep) != JT(b)) in or_pullup()
1307 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()
1310 if ((*samep)->val[A_ATOM] == val) in or_pullup()
1316 samep = &JF(*samep); in or_pullup()
1321 if ((*samep)->val[i] != pred->val[i]) in or_pullup()
1325 pull = *samep; in or_pullup()
1326 *samep = JF(pull); in or_pullup()
1353 struct block **diffp, **samep; in and_pullup() local
1390 samep = &JT(*diffp); in and_pullup()
1392 if (*samep == 0) in and_pullup()
1395 if (JF(*samep) != JF(b)) in and_pullup()
1398 if (!SET_MEMBER((*samep)->dom, b->id)) in and_pullup()
1401 if ((*samep)->val[A_ATOM] == val) in and_pullup()
1407 samep = &JT(*samep); in and_pullup()
1412 if ((*samep)->val[i] != pred->val[i]) in and_pullup()
1416 pull = *samep; in and_pullup()
1417 *samep = JT(pull); in and_pullup()