| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 215 lua_pushfstring(L, "symbol " LUA_QS " not found", sym); in ll_sym() 366 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in findfile() 375 luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s", in loaderror() 427 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in loader_Croot() 459 luaL_error(L, "loop or previous error loading module " LUA_QS, name); in ll_require() 470 luaL_error(L, "module " LUA_QS " not found:%s", in ll_require() 553 return luaL_error(L, "name conflict for module " LUA_QS, modname); in ll_module()
|
| H A D | lauxlib.c | 51 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 56 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 108 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 253 luaL_error(L, "name conflict for module " LUA_QS, libname); in luaI_openlib()
|
| H A D | luac.c | 51 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message); in usage()
|
| H A D | loslib.c | 116 return luaL_error(L, "field " LUA_QS " missing in date table", key); in getfield()
|
| H A D | luaconf.h | 202 #define LUA_QS LUA_QL("%s") macro
|
| H A D | ldblib.c | 358 lua_pushfstring(L, " in function " LUA_QS, ar.name); in db_errorfb()
|
| H A D | llex.c | 107 luaO_pushfstring(ls->L, "%s near " LUA_QS, msg, txtToken(ls, token)); in luaX_lexerror()
|
| H A D | lparser.c | 67 luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token))); in error_expected() 110 LUA_QS " expected (to close " LUA_QS " at line %d)", in check_match()
|
| H A D | ldebug.c | 574 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 79 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname() 84 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname() 155 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 160 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 289 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 675 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
|
| H A D | llex.c | 81 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 94 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken()
|
| H A D | lparser.c | 347 "<goto %s> at line %d jumps into the scope of local " LUA_QS, in closegoto() 464 : "no visible label " LUA_QS " for <goto> at line %d"; in undefgoto() 1204 "label " LUA_QS " already defined on line %d", in checkrepeated()
|
| H A D | ldebug.c | 539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
|
| H A D | ldo.c | 709 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 201 #define LUA_QS LUA_QL("%s") macro
|