Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.h32 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c165 Table *registry = luaH_new(L); in init_registry()
172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
H A Dltable.c368 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dldebug.c217 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dlvm.c667 Table *t = luaH_new(L); in luaV_execute()
H A Dlapi.c676 t = luaH_new(L); in lua_createtable()
H A Dlparser.c545 fs->h = luaH_new(L); in open_func()
/freebsd/contrib/lua/src/
H A Dltable.h48 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c218 Table *registry = luaH_new(L); in init_registry()
224 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
H A Dltable.c626 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dldebug.c301 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dlapi.c765 t = luaH_new(L); in lua_createtable()
H A Dlvm.c1380 t = luaH_new(L); /* memory allocation */ in luaV_execute()
H A Dlparser.c1948 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()