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

  /external/chromium_org/third_party/skia/third_party/lua/src/
linit.c 62 lua_pushcfunction(L, lib->func);
lua.c 175 lua_pushcfunction(L, traceback); /* push traceback function */
488 lua_pushcfunction(L, &pmain);
lua.h 327 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
luaconf.h 266 (lua_pushcfunction(L, (f)), \
loadlib.c 301 lua_pushcfunction(L, f); /* else create new function */
694 lua_pushcfunction(L, gctm);
lbaselib.c 200 lua_pushcfunction(L, iter); /* will return generator, */
luac.c 197 lua_pushcfunction(L,&pmain);
lauxlib.c 888 lua_pushcfunction(L, openf);
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 220 lua_pushcfunction(L, f), \
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 150 lua_pushcfunction(L, value);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 150 lua_pushcfunction(L, value);
    [all...]

Completed in 349 milliseconds