Searched refs:luaopen_table (Results 1 – 6 of 6) sorted by relevance
46 {LUA_TABLIBNAME, luaopen_table},
24 LUAMOD_API int (luaopen_table) (lua_State *L); variable
441 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
21 LUAMOD_API int (luaopen_table) (lua_State *L); variable
275 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
1069 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()