Home
last modified time | relevance | path

Searched refs:lua_setglobal (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.c237 lua_setglobal(L, name); /* global[name] = require return */ in dolibrary()
337 lua_setglobal(L, "arg"); in handle_script()
Dlua.h243 LUA_API void (lua_setglobal) (lua_State *L, const char *var); variable
332 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
Dltablib.c279 lua_setglobal(L, "unpack"); in luaopen_table()
Dlauxlib.c899 lua_setglobal(L, modname); /* _G[modname] = module */ in luaL_requiref()
Dlapi.c734 LUA_API void lua_setglobal (lua_State *L, const char *var) { in lua_setglobal() function
/external/skqp/src/utils/
DSkLua.cpp2056 lua_setglobal(L, "Sk"); in register_Sk()
/external/skia/src/utils/
DSkLua.cpp2056 lua_setglobal(L, "Sk"); in register_Sk()