Searched refs:luaH_resize (Results 1 – 5 of 5) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | ltable.h | 39 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
|
H A D | ltable.c | 348 void luaH_resize (lua_State *L, Table *t, unsigned int nasize, in luaH_resize() function 385 luaH_resize(L, t, nasize, nsize); in luaH_resizearray() 407 luaH_resize(L, t, asize, totaluse - na); in rehash()
|
H A D | lstate.c | 185 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
|
H A D | lapi.c | 682 luaH_resize(L, t, narray, nrec); in lua_createtable()
|
H A D | lvm.c | 863 luaH_resize(L, t, luaO_fb2int(b), luaO_fb2int(c));
|