Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h361 #define LUA_HOOKLINE 2 macro
371 #define LUA_MASKLINE (1 << LUA_HOOKLINE)
H A Dlvm.c79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()