Searched refs:othern (Results 1 – 1 of 1) sorted by relevance
698 Node *othern; in luaH_newkey() local707 othern = mainpositionfromnode(t, mp); in luaH_newkey()708 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey()710 while (othern + gnext(othern) != mp) /* find previous */ in luaH_newkey()711 othern += gnext(othern); in luaH_newkey()712 gnext(othern) = cast_int(f - othern); /* rechain to point to 'f' */ in luaH_newkey()