Home
last modified time | relevance | path

Searched refs:lua_Debug (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/dports/games/gltron/gltron-0.70/lua/include/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
17 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
20 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
21 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
22 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
23 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
31 struct lua_Debug { struct
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
17 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
20 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
21 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
22 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
23 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
31 struct lua_Debug { struct
H A Dldblib.c35 lua_Debug ar; in getinfo()
85 lua_Debug ar; in getlocal()
103 lua_Debug ar; in setlocal()
133 static void callf (lua_State *L, lua_Debug *ar) { in callf()
139 static void linef (lua_State *L, lua_Debug *ar) { in linef()
/dports/games/zangband/zangband/src/lua/
H A Dluadebug.h14 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
17 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
20 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
21 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
22 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
23 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
31 struct lua_Debug { struct
H A Dldblib.c35 lua_Debug ar; in getinfo()
85 lua_Debug ar; in getlocal()
103 lua_Debug ar; in setlocal()
133 static void callf (lua_State *L, lua_Debug *ar) { in callf()
139 static void linef (lua_State *L, lua_Debug *ar) { in linef()
/dports/editors/textadept/textadept_11.1.linux/modules/ansi_c/
H A Dlua_tags78 event _ 0;" m struct:lua_Debug
81 i_ci _ 0;" m struct:lua_Debug typeref:struct:lua_Debug::CallInfo
83 istailcall _ 0;" m struct:lua_Debug
84 isvararg _ 0;" m struct:lua_Debug
164 lua_Debug _ 0;" s
165 lua_Debug _ 0;" t typeref:struct:lua_Debug
300 name _ 0;" m struct:lua_Debug
302 nparams _ 0;" m struct:lua_Debug
303 nups _ 0;" m struct:lua_Debug
306 source _ 0;" m struct:lua_Debug
[all …]
/dports/editors/textadept/textadept-textadept_11.1/modules/ansi_c/
H A Dlua_tags78 event _ 0;" m struct:lua_Debug
81 i_ci _ 0;" m struct:lua_Debug typeref:struct:lua_Debug::CallInfo
83 istailcall _ 0;" m struct:lua_Debug
84 isvararg _ 0;" m struct:lua_Debug
164 lua_Debug _ 0;" s
165 lua_Debug _ 0;" t typeref:struct:lua_Debug
300 name _ 0;" m struct:lua_Debug
302 nparams _ 0;" m struct:lua_Debug
303 nups _ 0;" m struct:lua_Debug
306 source _ 0;" m struct:lua_Debug
[all …]
/dports/games/gltron/gltron-0.70/lua/src/lib/
H A Dldblib.c35 lua_Debug ar; in getinfo()
85 lua_Debug ar; in getlocal()
103 lua_Debug ar; in setlocal()
133 static void callf (lua_State *L, lua_Debug *ar) { in callf()
139 static void linef (lua_State *L, lua_Debug *ar) { in linef()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/src/
H A Dhook.rs6 use crate::ffi::{self, lua_Debug};
24 pub(crate) fn new(lua: &'lua Lua, ar: *mut lua_Debug) -> Self { in new()
31 pub(crate) fn new_owned(lua: &'lua Lua, ar: lua_Debug) -> Self { in new_owned()
130 Borrowed(*mut lua_Debug),
131 Owned(UnsafeCell<lua_Debug>),
136 fn get(&self) -> *mut lua_Debug { in get() argument
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers/
H A Dlua.h331 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
333 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
336 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
337 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
338 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
339 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
351 struct lua_Debug { struct
/dports/astro/celestia/celestia-1.6.1/windows/inc/lua-5.1/
H A Dlua.h322 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
326 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
329 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
330 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
331 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
332 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
342 struct lua_Debug { struct
/dports/astro/celestia-gtk/celestia-1.6.1/windows/inc/lua-5.1/
H A Dlua.h322 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
326 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
329 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
330 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
331 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
332 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
342 struct lua_Debug { struct
/dports/astro/celestia/celestia-1.6.1/macosx/
H A Dlua.h323 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
327 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
330 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
331 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
332 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
333 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
343 struct lua_Debug { struct
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A Dlua.h323 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
327 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
330 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
331 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
332 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
333 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
343 struct lua_Debug { struct
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlua.h327 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
331 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
334 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
335 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
336 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
337 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
347 struct lua_Debug { struct
/dports/games/palomino/palomino/src/lua_lang/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/games/q2pro/q2pro/win32-libs-mgw/include/
H A Dlua.h323 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
327 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
330 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
331 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
332 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
333 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
343 struct lua_Debug { struct
/dports/games/q2pro/q2pro/win32-libs-vc8/include/
H A Dlua.h323 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
327 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
330 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
331 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
332 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
333 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
343 struct lua_Debug { struct
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlua.h326 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
336 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
346 struct lua_Debug { struct

12345678910>>...49