Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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()