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

  /external/chromium_org/third_party/skia/third_party/lua/src/
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));
lobject.c 233 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) {
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,
    [all...]
lundump.c 32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
ldebug.c 555 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg);
lobject.h 602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
ldo.c 625 luaO_pushfstring(L,
lgc.c 825 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg);
    [all...]

Completed in 179 milliseconds