Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dllex.c89 return luaO_pushfstring(ls->L, "'%c'", token); in luaX_token2str()
91 return luaO_pushfstring(ls->L, "'<\\%d>'", token); in luaX_token2str()
96 return luaO_pushfstring(ls->L, "'%s'", s); in luaX_token2str()
112 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken()
122 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
320 const char *msg = luaO_pushfstring(ls->L, in read_long_string()
H A Dlparser.c74 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected()
84 : luaO_pushfstring(L, "function at line %d", line); in errorlimit()
85 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit()
139 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match()
305 const char *msg = luaO_pushfstring(ls->L, in check_readonly()
521 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line, varname); in jumpscopeerror()
666 msg = luaO_pushfstring(ls->L, msg, gt->line); in undefgoto()
670 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto()
1466 msg = luaO_pushfstring(ls->L, msg, getstr(name), lb->line); in checkrepeated()
1726 luaO_pushfstring(ls->L, "unknown attribute '%s'", attr)); in getlocalattribute()
H A Dlundump.c45 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why); in error()
292 error(S, luaO_pushfstring(S->L, "%s size mismatch", tname)); in fchecksize()
H A Dldebug.c703 return luaO_pushfstring(L, " (%s '%s')", kind, name); in formatvarinfo()
809 return luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in luaG_addinfo()
H A Dlobject.c580 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
H A Dlobject.h822 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dldo.c985 luaO_pushfstring(L, in checkmode()