toget             411 lib/lua/lauxlib.c     int toget = 1;  /* number of levels to concat */
toget             414 lib/lua/lauxlib.c       size_t l = lua_strlen(L, -(toget+1));
toget             415 lib/lua/lauxlib.c       if (B->lvl - toget + 1 >= LIMIT || toplen > l) {
toget             417 lib/lua/lauxlib.c         toget++;
toget             420 lib/lua/lauxlib.c     } while (toget < B->lvl);
toget             421 lib/lua/lauxlib.c     lua_concat(L, toget);
toget             422 lib/lua/lauxlib.c     B->lvl = B->lvl - toget + 1;