Home
last modified time | relevance | path

Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dltable.h52 LUAI_FUNC Table *luaH_new (lua_State *L);
Dlstate.c222 Table *registry = luaH_new(L); in init_registry()
228 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
Dltable.c636 Table *luaH_new (lua_State *L) { in luaH_new() function
Dldebug.c304 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
Dlapi.c775 t = luaH_new(L); in lua_createtable()
Dlparser.c1963 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()
Dlvm.c1461 t = luaH_new(L); /* memory allocation */