Searched refs:_relate (Results 1 – 1 of 1) sorted by relevance
52 static int _relate(hblock_t * b, hblock_t * p);136 assert(! _relate(p, b)); /* heavy ! */ in hattach()214 static int _relate(hblock_t * b, hblock_t * p) in _relate() function229 if (q == b || _relate(b, q)) in _relate()