Lines Matching refs:mp
1582 Node*mp=mainposition(t,key);
1583 if(!ttisnil(gval(mp))||mp==(&dummynode_)){
1590 othern=mainposition(t,key2tval(mp));
1591 if(othern!=mp){
1592 while(gnext(othern)!=mp)othern=gnext(othern);
1594 *n=*mp;
1595 gnext(mp)=NULL;
1596 setnilvalue(gval(mp));
1599 gnext(n)=gnext(mp);
1600 gnext(mp)=n;
1601 mp=n;
1604 gkey(mp)->value=key->value;gkey(mp)->tt=key->tt;
1606 return gval(mp);