Searched refs:othern (Results 1 – 2 of 2) sorted by relevance
414 Node *othern; in luaH_newkey() local422 othern = mainposition(t, gkey(mp)); in luaH_newkey()423 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey()425 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */ in luaH_newkey()426 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */ in luaH_newkey()
402 Node *othern; in newkey() local409 othern = mainposition(t, key2tval(mp)); in newkey()410 if (othern != mp) { /* is colliding node out of its main position? */ in newkey()412 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */ in newkey()413 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */ in newkey()