Searched refs:luaO_pushfstring (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
H A D | llex.c | 78 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 D | lobject.c | 233 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { function
|
H A D | lparser.c | 79 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 D | lundump.c | 32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
|
H A D | ldebug.c | 555 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg);
|
H A D | lobject.h | 602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
H A D | ldo.c | 625 luaO_pushfstring(L,
|
H A D | lgc.c | 825 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg);
|
Completed in 251 milliseconds