Home
last modified time | relevance | path

Searched refs:LUA_QL (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c117 " -e stat execute string " LUA_QL("stat") "\n" in print_usage()
118 " -i enter interactive mode after executing " LUA_QL("script") "\n" in print_usage()
119 " -l name require library " LUA_QL("name") "\n" in print_usage()
316 "error calling " LUA_QL("print") " (%s)", in dotty()
Dlstrlib.c246 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")"); in classend()
253 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")"); in classend()
329 "(missing arguments to " LUA_QL("%%b") ")"); in matchbalance()
446 luaL_error(ms->L, "missing " LUA_QL("[") " after " in match()
447 LUA_QL("%%f") " in pattern"); in match()
689 luaL_error(ms->L, "invalid use of " LUA_QL("%c") in add_s()
966 return luaL_error(L, "invalid option " LUA_QL("%%%c") " to " in str_format()
967 LUA_QL("format"), *(strfrmt - 1)); in str_format()
Dlobject.c219 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"), in luaO_pushvfstring()
Dltablib.c60 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert")); in tinsert()
88 LUA_QL("concat"), luaL_typename(L, -1), i); in addfield()
Dloadlib.c393 luaL_error(L, LUA_QL("package.%s") " must be a string", pname); in findfile()
484 luaL_error(L, LUA_QL("package.searchers") " must be a table"); in findloader()
551 luaL_error(L, LUA_QL("module") " not called from a Lua function"); in set_env()
Dlbaselib.c36 LUA_QL("tostring") " must return a string to " LUA_QL("print")); in luaB_print()
Dluac.c57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n" in usage()
92 usage(LUA_QL("-o") " needs argument"); in doargs()
Dlvm.c783 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute()
785 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute()
787 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
Dlparser.c778 default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected"); in parlist()
965 "cannot use " LUA_QL("...") " outside a vararg function"); in simpleexp()
1367 default: luaX_syntaxerror(ls, LUA_QL("=") " or " LUA_QL("in") " expected"); in forstat()
Dllex.c78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str()
Dltable.c163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex()
Dliolib.c70 luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h195 #define LUA_QL(x) "'" x "'" macro
196 #define LUA_QS LUA_QL("%s")