Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h31 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c166 Table *registry = luaH_new(L); in init_registry()
173 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.c666 Table *t = luaH_new(L); in luaV_execute()
H A Dlapi.c676 t = luaH_new(L); in lua_createtable()
H A Dlparser.c546 fs->h = luaH_new(L); in open_func()
/freebsd-12.1/contrib/lua/src/
H A Dltable.h51 LUAI_FUNC Table *luaH_new (lua_State *L);
H A Dlstate.c187 Table *registry = luaH_new(L); in init_registry()
194 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
H A Dltable.c421 Table *luaH_new (lua_State *L) { in luaH_new() function
H A Dldebug.c238 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
H A Dlapi.c687 t = luaH_new(L); in lua_createtable()
H A Dlvm.c870 Table *t = luaH_new(L); in luaV_execute()
H A Dlparser.c1633 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()