Lines Matching refs:left
49 { obj->left = obj->right = NIL(Rsobj_t*);
61 { obj->left = root;
68 { if(!root->left)
70 obj->left = NIL(Rsobj_t*);
78 { if((t = root->left))
83 if(!(root = root->left))
118 if(!(root = t->left))
135 l->right = root->left;
136 r->left = root->right;
138 root->left = link.right;
139 root->right = link.left;
145 r->left = NIL(Rsobj_t*);
147 obj->left = link.right;
148 obj->right = link.left;
162 while((t = r->left) )
168 { list->left = p;
171 else if((t = r->left) )
173 while((t = r->left) );