Home
last modified time | relevance | path

Searched refs:lua_createtable (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c156 lua_createtable (L, 0, nelt); in ucl_object_lua_push_object()
182 lua_createtable (L, nelt, 0); in ucl_object_lua_push_array()
198 lua_createtable (L, nelt, 0); in ucl_object_lua_push_array()
1173 lua_createtable (L, 0, 2); in luaopen_ucl()
/freebsd-12.1/contrib/lua/src/
H A Dloadlib.c694 lua_createtable(L, 0, 1); /* create new metatable */ in ll_seeall()
738 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0); in createsearcherstable()
759 lua_createtable(L, 0, 1); /* create metatable for CLIBS */ in createclibstable()
H A Dlua.h249 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable
346 #define lua_newtable(L) lua_createtable(L, 0, 0)
H A Dlauxlib.h117 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
H A Dloslib.c299 lua_createtable(L, 0, 9); /* 9 = number of fields */ in os_date()
H A Dltablib.c197 lua_createtable(L, n, 1); /* create result table */ in pack()
H A Dlauxlib.c303 lua_createtable(L, 0, 2); /* create metatable */ in luaL_newmetatable()
865 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
H A Dlua.c230 lua_createtable(L, narg, script + 1); in createargtable()
H A Dldblib.c362 lua_createtable(L, 0, 2); /* create a hook table */ in db_sethook()
H A Dlstrlib.c1586 lua_createtable(L, 0, 1); /* table to be metatable for strings */
H A Dlapi.c684 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h228 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable
324 #define lua_newtable(L) lua_createtable(L, 0, 0)
H A Dlauxlib.h98 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
H A Dltablib.c121 lua_createtable(L, n, 1); /* create result table */ in pack()
H A Dlauxlib.c635 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
H A Dlstrlib.c1031 lua_createtable(L, 0, 1); /* table to be metatable for strings */ in createmetatable()
H A Dlapi.c672 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function