Home
last modified time | relevance | path

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

123456

/dports/games/gltron/gltron-0.70/lua/include/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
31 struct lua_Debug { struct
32 const char *event; /* `call', `return' */
33 int currentline; /* (l) */
34 const char *name; /* (n) */
35 const char *namewhat; /* (n) `global', `tag method', `local', `field' */
36 int nups; /* (u) number of upvalues */
37 int linedefined; /* (S) */
39 const char *source; /* (S) */
40 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
31 struct lua_Debug { struct
32 const char *event; /* `call', `return' */
33 int currentline; /* (l) */
34 const char *name; /* (n) */
35 const char *namewhat; /* (n) `global', `tag method', `local', `field' */
36 int nups; /* (u) number of upvalues */
37 int linedefined; /* (S) */
39 const char *source; /* (S) */
40 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/zangband/zangband/src/lua/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
31 struct lua_Debug { struct
32 const char *event; /* `call', `return' */
33 int currentline; /* (l) */
34 const char *name; /* (n) */
35 const char *namewhat; /* (n) `global', `tag method', `local', `field' */
36 int nups; /* (u) number of upvalues */
37 int linedefined; /* (S) */
39 const char *source; /* (S) */
40 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers/
H A Dlua.h331 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
351 struct lua_Debug { struct
352 int event;
353 const char *name; /* (n) */
355 const char *what; /* (S) `Lua', `C', `main', `tail' */
356 const char *source; /* (S) */
357 int currentline; /* (l) */
358 int nups; /* (u) number of upvalues */
359 int linedefined; /* (S) */
360 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlua.h470 struct lua_Debug { struct
471 int event;
472 const char *name; /* (n) */
475 const char *source; /* (S) */
476 size_t srclen; /* (S) */
477 int currentline; /* (l) */
478 int linedefined; /* (S) */
479 int lastlinedefined; /* (S) */
482 char isvararg; /* (u) */
483 char istailcall; /* (t) */
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlua.h469 struct lua_Debug { struct
470 int event;
471 const char *name; /* (n) */
474 const char *source; /* (S) */
475 size_t srclen; /* (S) */
476 int currentline; /* (l) */
477 int linedefined; /* (S) */
478 int lastlinedefined; /* (S) */
481 char isvararg; /* (u) */
482 char istailcall; /* (t) */
[all …]
/dports/lang/lua54/lua-5.4.2/src/
H A Dlua.h469 struct lua_Debug { struct
470 int event;
471 const char *name; /* (n) */
474 const char *source; /* (S) */
475 size_t srclen; /* (S) */
476 int currentline; /* (l) */
477 int linedefined; /* (S) */
478 int lastlinedefined; /* (S) */
481 char isvararg; /* (u) */
482 char istailcall; /* (t) */
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlua.h470 struct lua_Debug { struct
471 int event;
472 const char *name; /* (n) */
475 const char *source; /* (S) */
476 size_t srclen; /* (S) */
477 int currentline; /* (l) */
478 int linedefined; /* (S) */
479 int lastlinedefined; /* (S) */
482 char isvararg; /* (u) */
483 char istailcall; /* (t) */
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlua.h470 struct lua_Debug { struct
471 int event;
472 const char *name; /* (n) */
475 const char *source; /* (S) */
476 size_t srclen; /* (S) */
477 int currentline; /* (l) */
478 int linedefined; /* (S) */
479 int lastlinedefined; /* (S) */
482 char isvararg; /* (u) */
483 char istailcall; /* (t) */
[all …]
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlua.h469 struct lua_Debug { struct
470 int event;
471 const char *name; /* (n) */
474 const char *source; /* (S) */
475 size_t srclen; /* (S) */
476 int currentline; /* (l) */
477 int linedefined; /* (S) */
478 int lastlinedefined; /* (S) */
481 char isvararg; /* (u) */
482 char istailcall; /* (t) */
[all …]
/dports/astro/celestia/celestia-1.6.1/windows/inc/lua-5.1/
H A Dlua.h342 struct lua_Debug { struct
343 int event;
344 const char *name; /* (n) */
346 const char *what; /* (S) `Lua', `C', `main', `tail' */
347 const char *source; /* (S) */
348 int currentline; /* (l) */
349 int nups; /* (u) number of upvalues */
350 int linedefined; /* (S) */
351 int lastlinedefined; /* (S) */
352 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/windows/inc/lua-5.1/
H A Dlua.h342 struct lua_Debug { struct
343 int event;
344 const char *name; /* (n) */
346 const char *what; /* (S) `Lua', `C', `main', `tail' */
347 const char *source; /* (S) */
348 int currentline; /* (l) */
349 int nups; /* (u) number of upvalues */
350 int linedefined; /* (S) */
351 int lastlinedefined; /* (S) */
352 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/astro/celestia/celestia-1.6.1/macosx/
H A Dlua.h343 struct lua_Debug { struct
344 int event;
345 const char *name; /* (n) */
347 const char *what; /* (S) `Lua', `C', `main', `tail' */
348 const char *source; /* (S) */
349 int currentline; /* (l) */
350 int nups; /* (u) number of upvalues */
351 int linedefined; /* (S) */
352 int lastlinedefined; /* (S) */
353 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A Dlua.h343 struct lua_Debug { struct
344 int event;
345 const char *name; /* (n) */
347 const char *what; /* (S) `Lua', `C', `main', `tail' */
348 const char *source; /* (S) */
349 int currentline; /* (l) */
350 int nups; /* (u) number of upvalues */
351 int linedefined; /* (S) */
352 int lastlinedefined; /* (S) */
353 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlua.h347 struct lua_Debug { struct
348 int event;
349 const char *name; /* (n) */
351 const char *what; /* (S) `Lua', `C', `main', `tail' */
352 const char *source; /* (S) */
353 int currentline; /* (l) */
354 int nups; /* (u) number of upvalues */
355 int linedefined; /* (S) */
356 int lastlinedefined; /* (S) */
357 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/palomino/palomino/src/lua_lang/
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 …]
/dports/games/q2pro/q2pro/win32-libs-mgw/include/
H A Dlua.h343 struct lua_Debug { struct
344 int event;
345 const char *name; /* (n) */
347 const char *what; /* (S) `Lua', `C', `main', `tail' */
348 const char *source; /* (S) */
349 int currentline; /* (l) */
350 int nups; /* (u) number of upvalues */
351 int linedefined; /* (S) */
352 int lastlinedefined; /* (S) */
353 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/q2pro/q2pro/win32-libs-vc8/include/
H A Dlua.h343 struct lua_Debug { struct
344 int event;
345 const char *name; /* (n) */
347 const char *what; /* (S) `Lua', `C', `main', `tail' */
348 const char *source; /* (S) */
349 int currentline; /* (l) */
350 int nups; /* (u) number of upvalues */
351 int linedefined; /* (S) */
352 int lastlinedefined; /* (S) */
353 char short_src[LUA_IDSIZE]; /* (S) */
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
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 …]
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
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 …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
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 …]
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
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 …]
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/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 …]
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
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 …]
/dports/databases/redis5/redis-5.0.14/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 …]

123456