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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.h 379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);
394 LUA_API lua_Hook (lua_gethook) (lua_State *L);
lstate.h 170 lua_Hook hook;
ldblib.c 298 lua_Hook func;
329 lua_Hook hook = lua_gethook(L1);
ldebug.c 53 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) {
68 LUA_API lua_Hook lua_gethook (lua_State *L) {
ldo.c 218 lua_Hook hook = L->hook;

Completed in 336 milliseconds