Home
last modified time | relevance | path

Searched refs:ERRLIB (Results 1 – 25 of 94) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dloadlib.cpp83 #define ERRLIB 1 macro
93 stat = ERRLIB; /* unable to load library */ in ll_loadlib()
102 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dloadlib.cpp83 #define ERRLIB 1 macro
93 stat = ERRLIB; /* unable to load library */ in ll_loadlib()
102 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/lua5.1/src/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dloadlib.c376 #define ERRLIB 1 macro
394 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
420 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dloadlib.c374 #define ERRLIB 1 macro
392 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
418 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/lang/lua54/lua-5.4.2/src/
H A Dloadlib.c374 #define ERRLIB 1 macro
392 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
418 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dloadlib.c376 #define ERRLIB 1 macro
394 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
420 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dloadlib.c376 #define ERRLIB 1 macro
394 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
420 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dloadlib.c374 #define ERRLIB 1 macro
392 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
418 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/scorched3d/scorched/src/common/lua/
H A Dloadlib.cpp39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/devel/premake/Premake-3.7/Src/Lua/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/devel/wxformbuilder/source/sdk/premake/src/Lua/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/lua/src/liblua/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dloadlib.c318 #define ERRLIB 1 macro
336 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
362 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/palomino/palomino/src/lua_lang/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/lua-5.2.3/src/
H A Dloadlib.c94 #define ERRLIB 1 macro
283 if (reg == NULL) return ERRLIB; /* unable to load library */ in ll_loadfunc()
312 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/pioneer/pioneer-20210723/contrib/lua/src/
H A Dloadlib.c102 #define ERRLIB 1 macro
290 if (reg == NULL) return ERRLIB; /* unable to load library */ in ll_loadfunc()
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dloadlib.c358 #define ERRLIB 1 macro
376 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
402 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/graphics/darktable/darktable-3.6.1/src/external/lua/src/
H A Dloadlib.c319 #define ERRLIB 1 macro
337 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
363 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/lua/
H A Dloadlib.c319 #define ERRLIB 1 macro
337 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
363 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dloadlib.c318 #define ERRLIB 1 macro
336 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
362 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dloadlib.c358 #define ERRLIB 1 macro
376 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
402 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dloadlib.c358 #define ERRLIB 1 macro
376 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
402 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()

1234