Home
last modified time | relevance | path

Searched refs:luaH_resize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.h53 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
H A Dltable.c563 void luaH_resize (lua_State *L, Table *t, unsigned int newasize, in luaH_resize() function
602 luaH_resize(L, t, nasize, nsize); in luaH_resizearray()
626 luaH_resize(L, t, asize, totaluse - na); in rehash()
H A Dlstate.c224 luaH_resize(L, registry, LUA_RIDX_LAST, 0); in init_registry()
H A Dlapi.c779 luaH_resize(L, t, narray, nrec); in lua_createtable()
H A Dlvm.c1464 luaH_resize(L, t, c, b); /* idem */