Lines Matching refs:right
63 t = root->right;
77 { while((t = root->right) )
102 l->right = root->left;
103 r->left = root->right;
133 if(!(t = cmp < 0 ? t->left : t->right) )
150 root = t->right;
154 { t = root->right;
158 root = t->right;
190 if(!(root = t->right) )
201 { if((t = root->right) )
206 if(!(root = t->right) )
233 l->right = root->left;
234 r->left = root->right;
238 root->left = link.right;
239 root->right = link.left;
244 while((r = t->right) )
259 { root->left = link.right;
260 root->right = NIL(Dtlink_t*);
261 link.right = root;
266 link.left = root->right;
272 { root->right = link.left;
276 if((root = link.right) )
277 { while((t = root->right) )
279 link.right = root->left;
301 root->right = link.left;
315 me->right = link.left;
325 l->right = NIL(Dtlink_t*);
335 r->left = link.right;