Home
last modified time | relevance | path

Searched refs:luaO_pushfstring (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dllex.c85 return luaO_pushfstring(ls->L, "'%c'", token); in luaX_token2str()
87 return luaO_pushfstring(ls->L, "'<\\%d>'", token); in luaX_token2str()
92 return luaO_pushfstring(ls->L, "'%s'", s); in luaX_token2str()
104 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken()
114 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
285 const char *msg = luaO_pushfstring(ls->L, in read_long_string()
Dlparser.c70 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected()
80 : luaO_pushfstring(L, "function at line %d", line); in errorlimit()
81 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit()
135 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match()
301 const char *msg = luaO_pushfstring(ls->L, in check_readonly()
507 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line, varname); in jumpscopeerror()
652 msg = luaO_pushfstring(ls->L, msg, gt->line); in undefgoto()
656 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto()
1442 msg = luaO_pushfstring(ls->L, msg, getstr(name), lb->line); in checkrepeated()
1740 luaO_pushfstring(ls->L, "unknown attribute '%s'", attr)); in getlocalattribute()
Dlundump.c41 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why); in error()
284 error(S, luaO_pushfstring(S->L, "%s size mismatch", tname)); in fchecksize()
Dldebug.c690 return (kind) ? luaO_pushfstring(L, " (%s '%s')", kind, name) : ""; in varinfo()
750 return luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in luaG_addinfo()
Dlobject.c539 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
Dlobject.h783 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
Dldo.c779 luaO_pushfstring(L, in checkmode()