Searched refs:lua_pushfstring (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c85 lua_pushfstring(L, "function " LUA_QS, ar->name);
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1));
97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined);
122 if (msg) lua_pushfstring(L, "%s\n", msg);
131 lua_pushfstring(L, "\n\t%s:", ar.short_src);
133 lua_pushfstring(L, "%d:", ar.currentline);
172 const char *msg = lua_pushfstring(L, "%s expected, got %s",
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline);
216 lua_pushfstring(L, "%s: %s", fname, strerror(en));
329 lua_pushfstring(
[all...]
H A Dloadlib.c190 lua_pushfstring(L, "system error %d\n", error);
363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename);
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname);
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname);
458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS,
473 lua_pushfstring(L, "\n\tno field package.preload['%s']", name);
H A Dlua.c273 lua_pushfstring(L, "return %s", b+1); /* change it to `return' */
315 l_message(progname, lua_pushfstring(L,
H A Dloslib.c190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
H A Dldblib.c124 lua_pushfstring(L, ">%s", options);
H A Dlua.h213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...);
H A Dliolib.c148 lua_pushfstring(L, "file (%p)", p->f);
H A Dlapi.c542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { function

Completed in 156 milliseconds