Home
last modified time | relevance | path

Searched refs:LClosure (Results 126 – 150 of 766) sorted by relevance

12345678910>>...31

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Lua/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/editors/textadept/lua-5.3.5/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/lua/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.3.6/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.3.6/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/cbits/lua-5.3.6/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/cbits/lua-5.3.6/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/editors/scite/scite/lua/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/lua/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/www/nift/nsm-2.4.11/Lua-5.3/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/lua/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/devel/genie/GENie-a503d6e/src/host/lua-5.3.0/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/lua/
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlobject.h302 typedef struct LClosure { struct
306 } LClosure; typedef
311 LClosure l;
/dports/games/palomino/palomino/src/lua_lang/
H A Dlobject.h302 typedef struct LClosure { struct
306 } LClosure; argument
311 LClosure l;
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlfunc.c35 LClosure *luaF_newLclosure (lua_State *L, int nupvals) { in luaF_newLclosure()
37 LClosure *c = gco2lcl(o); in luaF_newLclosure()
48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()

12345678910>>...31