Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlstring.c66 void luaS_resize (lua_State *L, int newsize) { in luaS_resize() function
113 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in luaS_init()
170 luaS_resize(L, g->strt.size * 2); in internshrstr()
H A Dlstring.h40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
H A Dlgc.c783 luaS_resize(L, g->strt.size / 2); /* shrink it a little */ in checkSizes()