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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.c78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) :
79 luaO_pushfstring(ls->L, "char(%d)", token);
84 return luaO_pushfstring(ls->L, LUA_QS, s);
97 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff));
107 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg);
109 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token));
H A Dlobject.c233 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { function
H A Dlparser.c79 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token)));
89 : luaO_pushfstring(L, "function at line %d", line);
90 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s",
131 luaX_syntaxerror(ls, luaO_pushfstring(ls->L,
348 const char *msg = luaO_pushfstring(ls->L,
467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line);
1199 const char *msg = luaO_pushfstring(fs->ls->L,
H A Dlundump.c32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
H A Dldebug.c555 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg);
H A Dlobject.h602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dldo.c625 luaO_pushfstring(L,
H A Dlgc.c825 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg);

Completed in 251 milliseconds