Searched refs:lua_pushglobaltable (Results 1 – 4 of 4) sorted by relevance
449 lua_pushglobaltable(L); in luaopen_base()450 lua_pushglobaltable(L); in luaopen_base()
611 lua_pushglobaltable(L); in ll_seeall()719 lua_pushglobaltable(L); in luaopen_package()
70 lua_pushglobaltable(L); in pushglobalfuncname()817 lua_pushglobaltable(L); in luaL_pushmodule()
343 #define lua_pushglobaltable(L) \ macro