Home
last modified time | relevance | path

Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h398 struct lua_Debug { struct
399 int event;
400 const char *name; /* (n) */
403 const char *source; /* (S) */
404 int currentline; /* (l) */
405 int linedefined; /* (S) */
406 int lastlinedefined; /* (S) */
409 char isvararg; /* (u) */
410 char istailcall; /* (t) */
411 char short_src[LUA_IDSIZE]; /* (S) */
[all …]