HomeSort by relevance Sort by last modified time
    Searched refs:lua_setglobal (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 230 lua_setglobal(L, name); /* global[name] = require return */
330 lua_setglobal(L, "arg");
lua.h 238 LUA_API void (lua_setglobal) (lua_State *L, const char *var);
327 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
ltablib.c 279 lua_setglobal(L, "unpack");
lauxlib.c 897 lua_setglobal(L, modname); /* _G[modname] = module */
lapi.c 734 LUA_API void lua_setglobal (lua_State *L, const char *var) { function
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 55 milliseconds