othern            402 lib/lua/ltable.c     Node *othern;
othern            409 lib/lua/ltable.c     othern = mainposition(t, key2tval(mp));
othern            410 lib/lua/ltable.c     if (othern != mp) {  /* is colliding node out of its main position? */
othern            412 lib/lua/ltable.c       while (gnext(othern) != mp) othern = gnext(othern);  /* find previous */
othern            413 lib/lua/ltable.c       gnext(othern) = n;  /* redo the chain with `n' in place of `mp' */