Searched refs:luaopen_table (Results 1 – 7 of 7) 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
22 LUAMOD_API int (luaopen_table) (lua_State *L); variable
274 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function286 EXPORT_SYMBOL(luaopen_table);
1075 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()
845 luaLoadLib(lua, LUA_TABLIBNAME, luaopen_table); in luaLoadLibraries()