lastfree          345 lib/lua/lobject.h   Node *lastfree;  /* any free position is before this position */
lastfree          293 lib/lua/ltable.c   t->lastfree = gnode(t, size);  /* all positions are free */
lastfree          383 lib/lua/ltable.c   while (t->lastfree-- > t->node) {
lastfree          384 lib/lua/ltable.c     if (ttisnil(gkey(t->lastfree)))
lastfree          385 lib/lua/ltable.c       return t->lastfree;