Home
last modified time | relevance | path

Searched refs:LUA_QS (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c215 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 Dlauxlib.c51 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 Dluac.c51 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message); in usage()
H A Dloslib.c116 return luaL_error(L, "field " LUA_QS " missing in date table", key); in getfield()
H A Dluaconf.h202 #define LUA_QS LUA_QL("%s") macro
H A Dldblib.c358 lua_pushfstring(L, " in function " LUA_QS, ar.name); in db_errorfb()
H A Dllex.c107 luaO_pushfstring(ls->L, "%s near " LUA_QS, msg, txtToken(ls, token)); in luaX_lexerror()
H A Dlparser.c67 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 Dldebug.c574 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c79 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 Dllex.c81 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 Dlparser.c347 "<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 Dldebug.c539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
H A Dldo.c709 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h201 #define LUA_QS LUA_QL("%s") macro