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

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

Completed in 281 milliseconds