Home
last modified time | relevance | path

Searched +defs:cl +defs:top +defs:level (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
114 StkId top = L->top; in prepclosingmethod() local
130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror()
150 static int callclosemth (lua_State *L, StkId level, int status) { in callclosemth()
194 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close()
/dports/lang/lua54/lua-5.4.2/src/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
114 StkId top = L->top; in prepclosingmethod() local
130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror()
150 static int callclosemth (lua_State *L, StkId level, int status) { in callclosemth()
194 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
114 StkId top = L->top; in prepclosingmethod() local
130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror()
150 static int callclosemth (lua_State *L, StkId level, int status) { in callclosemth()
194 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close()
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
109 StkId top = L->top; in callclosemethod() local
126 static void checkclosemth (lua_State *L, StkId level) { in checkclosemth()
144 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
169 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
194 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval()
228 void luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
109 StkId top = L->top; in callclosemethod() local
126 static void checkclosemth (lua_State *L, StkId level) { in checkclosemth()
144 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
169 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
194 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval()
228 void luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlfunc.c48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
109 StkId top = L->top; in callclosemethod() local
126 static void checkclosemth (lua_State *L, StkId level) { in checkclosemth()
144 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
169 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
194 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval()
228 void luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
/dports/games/gltron/gltron-0.70/lua/src/
H A Dldebug.c58 static StkId aux_stackedfunction (lua_State *L, int level, StkId top) { in aux_stackedfunction()
71 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
184 Closure *cl = NULL; in funcinfo() local
296 static int pushpc (int *stack, int pc, int top, int n) { in pushpc()
306 int top = pt->numparams; in luaG_symbexec() local
458 void luaG_ordererror (lua_State *L, StkId top) { in luaG_ordererror()
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dldebug.c58 static StkId aux_stackedfunction (lua_State *L, int level, StkId top) { in aux_stackedfunction()
71 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
184 Closure *cl = NULL; in funcinfo() local
296 static int pushpc (int *stack, int pc, int top, int n) { in pushpc()
306 int top = pt->numparams; in luaG_symbexec() local
458 void luaG_ordererror (lua_State *L, StkId top) { in luaG_ordererror()
/dports/games/zangband/zangband/src/lua/
H A Dldebug.c58 static StkId aux_stackedfunction (lua_State *L, int level, StkId top) { in aux_stackedfunction()
71 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
184 Closure *cl = NULL; in funcinfo() local
296 static int pushpc (int *stack, int pc, int top, int n) { in pushpc()
306 int top = pt->numparams; in luaG_symbexec() local
458 void luaG_ordererror (lua_State *L, StkId top) { in luaG_ordererror()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dcalltree.c469 com_tree_check(Gsymtab *comblock, Gsymtab *module, int level) in com_tree_check()
550 visit_child(Gsymtab *gsymt, int level) in visit_child()
802 visit_child_vcg(Gsymtab *gsymt, int level) in visit_child_vcg()
1047 int top=0; local
1143 ChildList *front,*prev,*next,*cl=child_list; local
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_err.c80 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
98 TValue *top = restorestack(L, -nres); in err_unwind() local
227 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
228 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
402 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
403 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
557 TValue *top = L->top; in lj_err_run() local
785 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_err.c80 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
98 TValue *top = restorestack(L, -nres); in err_unwind() local
227 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
228 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
402 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
403 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
554 TValue *top = L->top; in lj_err_run() local
768 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_err.c80 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
98 TValue *top = restorestack(L, -nres); in err_unwind() local
227 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
228 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
402 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
403 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
554 TValue *top = L->top; in lj_err_run() local
768 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_err.c81 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
99 TValue *top = restorestack(L, -nres); in err_unwind() local
204 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
205 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
438 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
439 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
609 TValue *top = L->top; in lj_err_run() local
836 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_err.c81 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
99 TValue *top = restorestack(L, -nres); in err_unwind() local
205 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
206 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
434 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
435 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
606 TValue *top = L->top; in lj_err_run() local
833 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_err.c83 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
101 TValue *top = restorestack(L, -nres); in err_unwind() local
206 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
207 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
442 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
443 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
595 TValue *top = L->top; in lj_err_run() local
822 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_err.c81 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
99 TValue *top = restorestack(L, -nres); in err_unwind() local
204 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
205 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
438 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
439 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
609 TValue *top = L->top; in lj_err_run() local
836 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_err.c80 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
98 TValue *top = restorestack(L, -nres); in err_unwind() local
227 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
228 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
402 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
403 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
554 TValue *top = L->top; in lj_err_run() local
768 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/games/quake2-3zb2/quake2-3zb2-0.97_1/
H A Dg_main.c6 level_locals_t level; variable
207 char top[MAX_QPATH]; in Get_NextMap() local
385 gclient_t *cl; in CheckDMRules() local
/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dg_main.c6 level_locals_t level; variable
207 char top[MAX_QPATH]; in Get_NextMap() local
385 gclient_t *cl; in CheckDMRules() local
/dports/textproc/jq/jq-jq-1.6/src/
H A Dexecute.c109 uint16_t level = *pc++; in make_closure() local
118 struct closure cl = {fr->bc->subfunctions[subfn_idx], in make_closure() local
475 uint16_t level = *pc++; in jq_next() local
508 uint16_t level = *pc++; in jq_next() local
536 uint16_t level = *pc++; in jq_next() local
551 uint16_t level = *pc++; in jq_next() local
568 uint16_t level = *pc++; in jq_next() local
583 uint16_t level = *pc++; in jq_next() local
839 jv top = stack_pop(jq); in jq_next() local
906 struct closure cl = make_closure(jq, pc); in jq_next() local
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_err.c98 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
116 TValue *top = restorestack(L, -nres); in err_unwind() local
255 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
256 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
388 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
389 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
842 TValue *top = L->top; in lj_err_run() local
1081 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_err.c98 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
116 TValue *top = restorestack(L, -nres); in err_unwind() local
255 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
256 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
388 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
389 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
838 TValue *top = L->top; in lj_err_run() local
1077 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_err.c98 LJ_NOINLINE static void unwindstack(lua_State *L, TValue *top) in unwindstack()
116 TValue *top = restorestack(L, -nres); in err_unwind() local
255 #define LJ_EXCODE_CHECK(cl) (((cl) ^ LJ_EXCODE) <= 0xff) argument
256 #define LJ_EXCODE_ERRCODE(cl) ((int)((cl) & 0xff)) argument
388 #define LJ_UEXCLASS_CHECK(cl) (((cl) ^ LJ_UEXCLASS) <= 0xff) argument
389 #define LJ_UEXCLASS_ERRCODE(cl) ((int)((cl) & 0xff)) argument
842 TValue *top = L->top; in lj_err_run() local
1081 LUALIB_API void luaL_where(lua_State *L, int level) in luaL_where()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dsv_main.c331 client_t *cl; in SV_FinalMessage() local
542 client_t *cl; in SV_GenerateUserID() local
597 int top, bottom, ping, i, opt = 0; in SVC_Status() local
599 client_t *cl; in SVC_Status() local
1071 client_t *cl; in CheckReConnect() local
1592 client_t *cl; in SV_Admin_f() local
1644 client_t *cl; in SVC_RemoteCommand() local
2455 client_t *cl; in SV_Cmd_Ban_f() local
2916 client_t *cl; in SV_ReadPackets() local
3996 void SV_LogPlayer(client_t *cl, char *msg, int level) in SV_LogPlayer()
[all …]

12345678