Searched refs:luaO_pushfstring (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | llex.c | 89 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 D | lparser.c | 74 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 D | lundump.c | 45 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 D | ldebug.c | 703 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 D | lobject.c | 580 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
H A D | lobject.h | 822 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
H A D | ldo.c | 985 luaO_pushfstring(L, in checkmode()
|