Home
last modified time | relevance | path

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

/freebsd-13.1/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 Dldebug.c216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dltable.c368 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dlvm.c667 Table *t = luaH_new(L); in luaV_execute()
H A Dlapi.c674 t = luaH_new(L); in lua_createtable()
H A Dlparser.c545 fs->h = luaH_new(L); in open_func()
/freebsd-13.1/contrib/lua/src/
H A Dltable.h46 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c218 Table *registry = luaH_new(L); in init_registry()
225 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
H A Dltable.c596 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dldebug.c304 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dlapi.c731 t = luaH_new(L); in lua_createtable()
H A Dlvm.c1336 t = luaH_new(L); /* memory allocation */ in luaV_execute()
H A Dlparser.c1938 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()