Home
last modified time | relevance | path

Searched refs:luaopen_table (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/lua/src/
HDlinit.c46 {LUA_TABLIBNAME, luaopen_table},
HDlualib.h24 LUAMOD_API int (luaopen_table) (lua_State *L); variable
HDltablib.c426 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
HDltests.c1180 {"table", luaopen_table}, in loadlib()
/freebsd-14-stable/libexec/flua/
HDlinit_flua.c48 {LUA_TABLIBNAME, luaopen_table},
/freebsd-14-stable/sys/contrib/openzfs/include/sys/lua/
HDlualib.h21 LUAMOD_API int (luaopen_table) (lua_State *L); variable
/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDltablib.c273 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
285 EXPORT_SYMBOL(luaopen_table);
/freebsd-14-stable/contrib/lutok/
HDstate.cpp625 luaL_requiref(_pimpl->lua_state, LUA_TABLIBNAME, luaopen_table, 1); in open_table()
628 lua_pushcfunction(_pimpl->lua_state, luaopen_table); in open_table()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzcp.c1075 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()