Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h346 struct lua_Debug { struct
347 int event;
348 const char *name; /* (n) */
350 const char *what; /* (S) `Lua', `C', `main', `tail' */
351 const char *source; /* (S) */
352 int currentline; /* (l) */
353 int nups; /* (u) number of upvalues */
354 int linedefined; /* (S) */
355 int lastlinedefined; /* (S) */
356 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h399 struct lua_Debug { struct
400 int event;
401 const char *name; /* (n) */
404 const char *source; /* (S) */
405 int currentline; /* (l) */
406 int linedefined; /* (S) */
407 int lastlinedefined; /* (S) */
410 char isvararg; /* (u) */
411 char istailcall; /* (t) */
412 char short_src[LUA_IDSIZE]; /* (S) */
[all …]