HomeSort by relevance Sort by last modified time
    Searched refs:LUA_QL (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 117 " -e stat execute string " LUA_QL("stat") "\n"
118 " -i enter interactive mode after executing " LUA_QL("script") "\n"
119 " -l name require library " LUA_QL("name") "\n"
316 "error calling " LUA_QL("print") " (%s)",
lobject.c 219 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"),
lstrlib.c 246 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
253 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
329 "(missing arguments to " LUA_QL("%%b") ")");
446 luaL_error(ms->L, "missing " LUA_QL("[") " after "
447 LUA_QL("%%f") " in pattern");
689 luaL_error(ms->L, "invalid use of " LUA_QL("%c")
966 return luaL_error(L, "invalid option " LUA_QL("%%%c") " to "
967 LUA_QL("format"), *(strfrmt - 1));
ltablib.c 60 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
88 LUA_QL("concat"), luaL_typename(L, -1), i);
loadlib.c 393 luaL_error(L, LUA_QL("package.%s") " must be a string", pname);
484 luaL_error(L, LUA_QL("package.searchers") " must be a table");
551 luaL_error(L, LUA_QL("module") " not called from a Lua function");
lbaselib.c 36 LUA_QL("tostring") " must return a string to " LUA_QL("print"));
luac.c 57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
92 usage(LUA_QL("-o") " needs argument");
lvm.c 783 luaG_runerror(L, LUA_QL("for") " initial value must be a number");
785 luaG_runerror(L, LUA_QL("for") " limit must be a number");
787 luaG_runerror(L, LUA_QL("for") " step must be a number");
llex.c 78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) :
lparser.c 778 default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected");
965 "cannot use " LUA_QL("...") " outside a vararg function");
    [all...]
liolib.c 70 luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
ltable.c 163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */
  /external/syslinux/com32/lua/src/
lua.c 124 " -e stat execute string " LUA_QL("stat") "\n"
125 " -i enter interactive mode after executing " LUA_QL("script") "\n"
126 " -l name require library " LUA_QL("name") "\n"
323 "error calling " LUA_QL("print") " (%s)",
lobject.c 219 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"),
lstrlib.c 246 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
253 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
329 "(missing arguments to " LUA_QL("%%b") ")");
446 luaL_error(ms->L, "missing " LUA_QL("[") " after "
447 LUA_QL("%%f") " in pattern");
689 luaL_error(ms->L, "invalid use of " LUA_QL("%c")
966 return luaL_error(L, "invalid option " LUA_QL("%%%c") " to "
967 LUA_QL("format"), *(strfrmt - 1));
ltablib.c 60 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
88 LUA_QL("concat"), luaL_typename(L, -1), i);
luaconf.h 196 @@ LUA_QL describes how error messages quote program elements.
199 #define LUA_QL(x) "'" x "'"
200 #define LUA_QS LUA_QL("%s")
loadlib.c 442 luaL_error(L, LUA_QL("package.%s") " must be a string", pname);
533 luaL_error(L, LUA_QL("package.searchers") " must be a table");
600 luaL_error(L, LUA_QL("module") " not called from a Lua function");
lbaselib.c 36 LUA_QL("tostring") " must return a string to " LUA_QL("print"));
luac.c 57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
92 usage(LUA_QL("-o") " needs argument");
lvm.c 806 luaG_runerror(L, LUA_QL("for") " initial value must be a number");
808 luaG_runerror(L, LUA_QL("for") " limit must be a number");
810 luaG_runerror(L, LUA_QL("for") " step must be a number");
llex.c 82 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) :
lparser.c 778 default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected");
965 "cannot use " LUA_QL("...") " outside a vararg function");
    [all...]
liolib.c 70 luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 192 @@ LUA_QL describes how error messages quote program elements.
195 #define LUA_QL(x) "'" x "'"
196 #define LUA_QS LUA_QL("%s")

Completed in 1481 milliseconds

1 2