HomeSort by relevance Sort by last modified time
    Searched refs:LUA_QS (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c 363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename);
404 return luaL_error(L, "error loading module " LUA_QS
405 " from file " LUA_QS ":\n\t%s",
458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS,
491 luaL_error(L, "module " LUA_QS " not found:%s",
lauxlib.c 85 lua_pushfstring(L, "function " LUA_QS, ar->name);
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1));
161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
329 lua_pushfstring(L, "invalid option " LUA_QS, name));
819 luaL_error(L, "name conflict for module " LUA_QS, modname);
llex.c 84 return luaO_pushfstring(ls->L, LUA_QS, s);
97 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff));
loslib.c 163 return luaL_error(L, "field " LUA_QS " missing in date table", key);
luaconf.h 196 #define LUA_QS LUA_QL("%s")
luac.c 50 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message);
lparser.c 349 "<goto %s> at line %d jumps into the scope of local " LUA_QS,
466 : "no visible label " LUA_QS " for <goto> at line %d";
1200 "label " LUA_QS " already defined on line %d",
    [all...]
ldebug.c 512 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)",
liolib.c 221 luaL_error(L, "cannot open file " LUA_QS " (%s)", fname, strerror(errno));
ldo.c 626 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode);

Completed in 830 milliseconds