Searched refs:LUA_QS (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loadlib.c | 363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in searchpath() 404 return luaL_error(L, "error loading module " LUA_QS in checkload() 405 " from file " LUA_QS ":\n\t%s", in checkload() 458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in searcher_Croot() 491 luaL_error(L, "module " LUA_QS " not found:%s", in findloader()
|
D | lauxlib.c | 85 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname() 90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname() 161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 329 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 819 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
|
D | llex.c | 84 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 97 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken()
|
D | loslib.c | 163 return luaL_error(L, "field " LUA_QS " missing in date table", key); in getfield()
|
D | luac.c | 50 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message); in usage()
|
D | lparser.c | 349 "<goto %s> at line %d jumps into the scope of local " LUA_QS, in closegoto() 466 : "no visible label " LUA_QS " for <goto> at line %d"; in undefgoto() 1200 "label " LUA_QS " already defined on line %d", in checkrepeated()
|
D | ldebug.c | 525 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
|
D | liolib.c | 222 luaL_error(L, "cannot open file " LUA_QS " (%s)", fname, strerror(errno)); in opencheck()
|
D | ldo.c | 634 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | luaconf.h | 196 #define LUA_QS LUA_QL("%s") macro
|