Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/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 …]
/freebsd-12.1/contrib/lua/src/
H A Dlua.h441 struct lua_Debug { struct
442 int event;
443 const char *name; /* (n) */
446 const char *source; /* (S) */
447 int currentline; /* (l) */
448 int linedefined; /* (S) */
449 int lastlinedefined; /* (S) */
452 char isvararg; /* (u) */
453 char istailcall; /* (t) */
454 char short_src[LUA_IDSIZE]; /* (S) */
[all …]