Home
last modified time | relevance | path

Searched refs:LUA_IDSIZE (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/audio/gnome-music/gnome-music-41.0/subprojects/shared-modules/lua5.3/
H A Dlua-5.3.0-idsize.patch8 -#define LUA_IDSIZE 60
9 +#define LUA_IDSIZE 512
/dports/games/gltron/gltron-0.70/lua/include/
H A Dluadebug.h29 #define LUA_IDSIZE 60 macro
40 char short_src[LUA_IDSIZE]; /* (S) */
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dluadebug.h29 #define LUA_IDSIZE 60 macro
40 char short_src[LUA_IDSIZE]; /* (S) */
/dports/games/zangband/zangband/src/lua/
H A Dluadebug.h29 #define LUA_IDSIZE 60 macro
40 char short_src[LUA_IDSIZE]; /* (S) */
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_debug.c335 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
336 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
340 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
341 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
347 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
351 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
370 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_debug.c337 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
338 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
342 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
343 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
349 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
353 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
372 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_debug.c335 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
336 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
340 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
341 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
347 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
351 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
370 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_debug.c335 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
336 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
340 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
341 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
347 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
351 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
370 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_debug.c328 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
329 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
333 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
334 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
340 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
344 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
364 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_debug.c323 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
324 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
328 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
329 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
335 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
339 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
359 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_debug.c328 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */
329 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */
333 if (len >= LUA_IDSIZE) {
334 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */
340 for (len = 0; len < LUA_IDSIZE-12; len++)
344 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15;
364 char buf[LUA_IDSIZE];
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_debug.c323 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
324 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
328 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
329 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
335 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
339 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
359 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_debug.c323 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
324 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
328 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
329 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
335 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
339 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
359 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_debug.c333 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
334 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
338 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
339 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
345 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
349 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
369 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_debug.c333 strncpy(out, src+1, LUA_IDSIZE); /* Remove first char. */ in lj_debug_shortname()
334 out[LUA_IDSIZE-1] = '\0'; /* Ensures null termination. */ in lj_debug_shortname()
338 if (len >= LUA_IDSIZE) { in lj_debug_shortname()
339 src += len-(LUA_IDSIZE-4); /* Get last part of file name. */ in lj_debug_shortname()
345 for (len = 0; len < LUA_IDSIZE-12; len++) in lj_debug_shortname()
349 if (len > LUA_IDSIZE-15) len = LUA_IDSIZE-15; in lj_debug_shortname()
369 char buf[LUA_IDSIZE]; in lj_debug_addloc()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/src/ffi/
H A Dluaconf.rs30 pub use super::glue::LUA_IDSIZE;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_perfstats.h34 char short_src[LUA_IDSIZE];
H A Dm_perfstats.c80 memcpy(thinkframe_hooks[index].short_src, short_src, LUA_IDSIZE * sizeof(char)); in PS_SetThinkFrameHookInfo()
510 char tempbuffer[LUA_IDSIZE]; in M_DrawPerfStats()
511 char last_mod_name[LUA_IDSIZE]; in M_DrawPerfStats()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dversion.hpp492 #if defined(LUA_IDSIZE) && LUA_IDSIZE > 0
493 #define SOL_FILE_ID_SIZE_I_ LUA_IDSIZE
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dldebug.cpp173 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
194 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
557 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
559 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dldebug.cpp158 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
167 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
589 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
591 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dldebug.c163 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
610 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
/dports/games/palomino/palomino/src/lua_lang/
H A Dldebug.c163 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
610 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dldebug.c163 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
610 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dldebug.c163 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
610 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()

12345678910>>...17