Home
last modified time | relevance | path

Searched refs:luaS_resize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlstring.h49 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlstring.c89 void luaS_resize (lua_State *L, int nsize) { in luaS_resize() function
185 luaS_resize(L, tb->size * 2); in growstrtab()
H A Dlgc.c876 luaS_resize(L, g->strt.size / 2); in checkSizes()