Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dloadlib.c412 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in searchpath()
453 return luaL_error(L, "error loading module " LUA_QS in checkload()
454 " from file " LUA_QS ":\n\t%s", in checkload()
507 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in searcher_Croot()
540 luaL_error(L, "module " LUA_QS " not found:%s", in findloader()
Dlauxlib.c85 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()
821 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
Dllex.c88 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str()
101 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken()
Dluaconf.h200 #define LUA_QS LUA_QL("%s") macro
Dloslib.c168 return luaL_error(L, "field " LUA_QS " missing in date table", key); in getfield()
Dluac.c50 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message); in usage()
Dlparser.c349 "<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()
Dliolib.c222 luaL_error(L, "cannot open file " LUA_QS " (%s)", fname, strerror(errno)); in opencheck()
Dldebug.c525 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
Dldo.c634 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()