Searched refs:luaH_new (Results 1 – 14 of 14) sorted by relevance
32 LUAI_FUNC Table *luaH_new (lua_State *L);
165 Table *registry = luaH_new(L); in init_registry()172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
368 Table *luaH_new (lua_State *L) { in luaH_new() function
667 Table *t = luaH_new(L); in luaV_execute()
674 t = luaH_new(L); in lua_createtable()
545 fs->h = luaH_new(L); in open_func()
46 LUAI_FUNC Table *luaH_new (lua_State *L);
218 Table *registry = luaH_new(L); in init_registry()225 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
596 Table *luaH_new (lua_State *L) { in luaH_new() function
304 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
731 t = luaH_new(L); in lua_createtable()
1336 t = luaH_new(L); /* memory allocation */ in luaV_execute()
1938 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()