Searched refs:LUA_TABLIBNAME (Results 1 – 6 of 6) sorted by relevance
46 {LUA_TABLIBNAME, luaopen_table},
23 #define LUA_TABLIBNAME "table" macro
48 {LUA_TABLIBNAME, luaopen_table},
20 #define LUA_TABLIBNAME "table" macro
625 luaL_requiref(_pimpl->lua_state, LUA_TABLIBNAME, luaopen_table, 1); in open_table()
1076 lua_setglobal(state, LUA_TABLIBNAME); in zcp_eval()