Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dltable.h31 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c164 Table *registry = luaH_new(L); in init_registry()
171 sethvalue(L, &mt, luaH_new(L)); in init_registry()
H A Dldebug.c216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dltable.c367 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dlvm.c666 Table *t = luaH_new(L); in luaV_execute()
H A Dlapi.c675 t = luaH_new(L); in lua_createtable()
H A Dlparser.c544 fs->h = luaH_new(L); in open_func()
/freebsd-14.2/contrib/lua/src/
H A Dltable.h50 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.c300 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.c1379 t = luaH_new(L); /* memory allocation */ in luaV_execute()
H A Dlparser.c1949 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()