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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.h 31 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
ldo.c 217 void luaD_hook (lua_State *L, int event, int line) {
252 luaD_hook(L, hook, -1);
317 luaD_hook(L, LUA_HOOKCALL, -1);
369 luaD_hook(L, LUA_HOOKRET, -1);
591 return 0; /* return to 'luaD_hook' */
lvm.c 71 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */
  /external/syslinux/com32/lua/src/
ldo.h 31 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
ldo.c 217 void luaD_hook (lua_State *L, int event, int line) {
252 luaD_hook(L, hook, -1);
317 luaD_hook(L, LUA_HOOKCALL, -1);
369 luaD_hook(L, LUA_HOOKRET, -1);
591 return 0; /* return to 'luaD_hook' */
lvm.c 94 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */
102 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */

Completed in 333 milliseconds