Searched refs:lua_pushglobaltable (Results 1 – 3 of 3) sorted by relevance
281 lua_pushglobaltable(L); in luaopen_base()282 lua_pushglobaltable(L); in luaopen_base()
64 lua_pushglobaltable(L); in pushglobalfuncname()673 lua_pushglobaltable(L); in luaL_pushmodule()
343 #define lua_pushglobaltable(L) \ macro