| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lmem.c | 52 luaG_runerror(L, errormsg); in luaM_growaux_() 67 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
| H A D | ldebug.h | 28 LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ldebug.c | 574 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror() 577 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror() 600 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 602 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 631 void luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
| H A D | ltable.c | 156 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex() 282 luaG_runerror(L, "table overflow"); in setnodevector() 500 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_set() 502 luaG_runerror(L, "table index is NaN"); in luaH_set()
|
| H A D | lvm.c | 130 luaG_runerror(L, "loop in gettable"); in luaV_gettable() 161 luaG_runerror(L, "loop in settable"); in luaV_settable() 299 if (l >= MAX_SIZET - tl) luaG_runerror(L, "string length overflow"); in luaV_concat() 672 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 674 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 676 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
| H A D | ldo.c | 175 luaG_runerror(L, "stack overflow"); in growCI() 373 luaG_runerror(L, "C stack overflow"); in luaD_call() 448 luaG_runerror(L, "attempt to yield across metamethod/C-call boundary"); in lua_yield()
|
| H A D | lapi.c | 208 luaG_runerror(L, "no calling environment"); in lua_replace()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lmem.c | 51 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 66 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
| H A D | ldebug.c | 539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror() 542 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror() 565 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
| H A D | ldebug.h | 32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ltable.c | 163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex() 289 luaG_runerror(L, "table overflow"); in setnodevector() 407 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey() 410 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
| H A D | lvm.c | 133 luaG_runerror(L, "loop in gettable"); in luaV_gettable() 172 luaG_runerror(L, "loop in settable"); in luaV_settable() 317 luaG_runerror(L, "string length overflow"); in luaV_concat() 375 luaG_runerror(L, "attempt to divide by zero"); in luaV_div() 395 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod() 847 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 849 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 851 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
| H A D | ldo.c | 256 luaG_runerror(L, "stack overflow"); in luaD_growstack() 466 luaG_runerror(L, "C stack overflow"); in luaD_call() 472 luaG_runerror(L, "C stack overflow"); in luaD_call() 649 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 651 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
| H A D | lobject.c | 213 luaG_runerror(L, in luaO_pushvfstring()
|
| H A D | lapi.c | 474 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()
|