| /freebsd-13.1/sys/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 | 538 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror() 541 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror() 564 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 566 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 599 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 | 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 | 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 | ldo.c | 255 luaG_runerror(L, "stack overflow"); in luaD_growstack() 465 luaG_runerror(L, "C stack overflow"); in luaD_call() 471 luaG_runerror(L, "C stack overflow"); in luaD_call() 648 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 650 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()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lmem.c | 87 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 125 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
| H A D | ldebug.c | 696 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror() 701 luaG_runerror(L, "bad 'for' %s (number expected, got %s)", in luaG_forerror() 727 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror() 735 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 737 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 767 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
| H A D | ldebug.h | 45 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ltable.c | 311 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex() 460 luaG_runerror(L, "table overflow"); in setnodevector() 639 luaG_runerror(L, "table index is nil"); in luaH_newkey() 648 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
| H A D | lvm.c | 222 luaG_runerror(L, "'for' step is zero"); in forprep() 252 luaG_runerror(L, "'for' step is zero"); in forprep() 326 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget() 374 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset() 665 luaG_runerror(L, "string length overflow"); in luaV_concat() 726 luaG_runerror(L, "attempt to divide by zero"); in luaV_idiv() 746 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
|
| H A D | ldo.c | 231 luaG_runerror(L, "stack overflow"); in luaD_growstack() 750 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 752 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
| H A D | lfunc.c | 134 luaG_runerror(L, msg, vname); in varerror()
|
| H A D | lstate.c | 167 luaG_runerror(L, "C stack overflow"); in luaE_checkcstack()
|
| H A D | lobject.c | 526 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
|