Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dllex.c89 return luaO_pushfstring(ls->L, "'%c'", token); in luaX_token2str()
94 return luaO_pushfstring(ls->L, "'%s'", s); in luaX_token2str()
110 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken()
120 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
338 const char *msg = luaO_pushfstring(ls->L, in read_long_string()
H A Dlundump.c45 luaO_pushfstring(S->L, "%s: %s precompiled chunk", S->name, why); in error()
232 error(S, luaO_pushfstring(S->L, "%s size mismatch in", tname)); in fchecksize()
H A Dlobject.c405 luaO_pushfstring(L, "<\\%d>", cast_uchar(buff)); in luaO_pushvfstring()
456 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
H A Dlparser.c79 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()
1214 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
H A Dldebug.c564 return (kind) ? luaO_pushfstring(L, " (%s '%s')", kind, name) : ""; in varinfo()
619 return luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in luaG_addinfo()
H A Dlobject.h562 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dldo.c678 luaO_pushfstring(L, in checkmode()
H A Dlgc.c831 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()