Home
last modified time | relevance | path

Searched refs:lua_newtable (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/stand/liblua/
H A Dlfs.c183 lua_newtable(L); in register_metatable()
317 lua_newtable(L); in lua_attributes()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c494 lua_newtable(state); in zcp_nvlist_to_lua()
568 lua_newtable(state); in zcp_nvpair_value_to_lua()
580 lua_newtable(state); in zcp_nvpair_value_to_lua()
592 lua_newtable(state); in zcp_nvpair_value_to_lua()
1082 lua_newtable(state); in zcp_eval()
H A Dzcp_synctask.c348 lua_newtable(state); in zcp_load_synctask_lib()
H A Dzcp_iter.c506 lua_newtable(state); in zcp_load_list_lib()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c238 lua_newtable(L); /* create metatable */ in luaL_newmetatable()
729 lua_newtable(L); in luaL_getsubtable()
H A Dlua.h324 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
/freebsd-12.1/contrib/lua/src/
H A Dldblib.c164 lua_newtable(L); /* table to collect results */ in db_getinfo()
H A Dlua.h346 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
H A Dloadlib.c758 lua_newtable(L); /* create CLIBS table */ in createclibstable()
H A Dlauxlib.c957 lua_newtable(L); in luaL_getsubtable()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c1180 lua_newtable (L); in luaopen_ucl()