| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lmem.c | 50 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 65 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 | 31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | lvm.c | 132 luaG_runerror(L, "loop in gettable"); in luaV_gettable() 171 luaG_runerror(L, "loop in settable"); in luaV_settable() 316 luaG_runerror(L, "string length overflow"); in luaV_concat() 374 luaG_runerror(L, "attempt to divide by zero"); in luaV_div() 394 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod() 846 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 848 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 850 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
| H A D | ltable.c | 162 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex() 288 luaG_runerror(L, "table overflow"); in setnodevector() 406 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey() 409 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
| H A D | ldo.c | 269 luaG_runerror(L, "stack overflow"); in luaD_growstack() 479 luaG_runerror(L, "C stack overflow"); in luaD_call() 485 luaG_runerror(L, "C stack overflow"); in luaD_call() 662 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 664 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
| H A D | lobject.c | 212 luaG_runerror(L, in luaO_pushvfstring()
|
| H A D | lapi.c | 475 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lmem.c | 105 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 143 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
| H A D | ldebug.c | 728 luaG_runerror(L, "attempt to %s a %s value%s", op, t, extra); in typeerror() 756 luaG_runerror(L, "bad 'for' %s (number expected, got %s)", in luaG_forerror() 782 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror() 790 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 792 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 822 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
| H A D | ldebug.h | 56 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ltable.c | 341 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex() 490 luaG_runerror(L, "table overflow"); in setnodevector() 669 luaG_runerror(L, "table index is nil"); in luaH_newkey() 678 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
| H A D | lvm.c | 219 luaG_runerror(L, "'for' step is zero"); in forprep() 249 luaG_runerror(L, "'for' step is zero"); in forprep() 323 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget() 368 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset() 665 luaG_runerror(L, "string length overflow"); in luaV_concat() 727 luaG_runerror(L, "attempt to divide by zero"); in luaV_idiv() 747 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
|
| H A D | ldo.c | 267 luaG_runerror(L, "stack overflow"); in luaD_growstack() 880 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 882 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
| H A D | lfunc.c | 131 luaG_runerror(L, "variable '%s' got a non-closable value", vname); in checkclosemth()
|
| H A D | lobject.c | 536 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
|
| H A D | lstate.c | 167 luaG_runerror(L, "C stack overflow"); in luaE_checkcstack()
|