Searched refs:luaO_pushfstring (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | llex.c | 78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str() 79 luaO_pushfstring(ls->L, "char(%d)", token); in luaX_token2str() 84 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 97 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken() 107 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg); in lexerror() 109 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
|
D | lparser.c | 79 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 89 : luaO_pushfstring(L, "function at line %d", line); in errorlimit() 90 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit() 131 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() 348 const char *msg = luaO_pushfstring(ls->L, in closegoto() 467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1199 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
|
D | lobject.c | 233 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
D | lundump.c | 32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why); in error()
|
D | lobject.h | 602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
D | ldebug.c | 555 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in addinfo()
|
D | ldo.c | 625 luaO_pushfstring(L, in checkmode()
|
D | lgc.c | 825 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()
|