Home
last modified time | relevance | path

Searched refs:LUA_HOOKLINE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h362 #define LUA_HOOKLINE 2 macro
372 #define LUA_MASKLINE (1 << LUA_HOOKLINE)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()