Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlinit.c20 {LUA_TABLIBNAME, luaopen_table},
H A Dlualib.h22 LUALIB_API int (luaopen_table) (lua_State *L); variable
H A Dltablib.c283 LUALIB_API int luaopen_table (lua_State *L) { in luaopen_table() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlualib.h22 LUAMOD_API int (luaopen_table) (lua_State *L); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltablib.c274 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
286 EXPORT_SYMBOL(luaopen_table);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1075 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c845 luaLoadLib(lua, LUA_TABLIBNAME, luaopen_table); in luaLoadLibraries()