Home
last modified time | relevance | path

Searched refs:lua_pushglobaltable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlbaselib.c449 lua_pushglobaltable(L); in luaopen_base()
450 lua_pushglobaltable(L); in luaopen_base()
Dloadlib.c611 lua_pushglobaltable(L); in ll_seeall()
719 lua_pushglobaltable(L); in luaopen_package()
Dlauxlib.c70 lua_pushglobaltable(L); in pushglobalfuncname()
817 lua_pushglobaltable(L); in luaL_pushmodule()
Dlua.h343 #define lua_pushglobaltable(L) \ macro