Searched refs:luaopen_table (Results 1 – 4 of 4) sorted by relevance
20 {LUA_TABLIBNAME, luaopen_table},
22 LUALIB_API int (luaopen_table) (lua_State *L); variable
283 LUALIB_API int luaopen_table (lua_State *L) { in luaopen_table() function
822 luaLoadLib(lua, LUA_TABLIBNAME, luaopen_table); in luaLoadLibraries()