/freebsd/contrib/lua/src/ |
H A D | llex.c | 85 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() 289 const char *msg = luaO_pushfstring(ls->L, in read_long_string()
|
H A D | lparser.c | 70 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() 517 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line, varname); in jumpscopeerror() 662 msg = luaO_pushfstring(ls->L, msg, gt->line); in undefgoto() 666 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1452 msg = luaO_pushfstring(ls->L, msg, getstr(name), lb->line); in checkrepeated() 1712 luaO_pushfstring(ls->L, "unknown attribute '%s'", attr)); in getlocalattribute()
|
H A D | lundump.c | 41 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why); in error() 286 error(S, luaO_pushfstring(S->L, "%s size mismatch", tname)); in fchecksize()
|
H A D | ldebug.c | 699 return luaO_pushfstring(L, " (%s '%s')", kind, name); in formatvarinfo() 805 return luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in luaG_addinfo()
|
H A D | lobject.c | 549 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
H A D | lobject.h | 810 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
H A D | ldo.c | 981 luaO_pushfstring(L, in checkmode()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 74 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str() 75 luaO_pushfstring(ls->L, "char(%d)", token); in luaX_token2str() 80 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 93 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken() 103 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg); in lexerror() 105 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
|
H A D | lparser.c | 76 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 86 : luaO_pushfstring(L, "function at line %d", line); in errorlimit() 87 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit() 128 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() 345 const char *msg = luaO_pushfstring(ls->L, in closegoto() 464 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1202 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
|
H A D | lobject.c | 227 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
H A D | lobject.h | 602 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
H A D | ldebug.c | 581 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in addinfo()
|
H A D | ldo.c | 721 luaO_pushfstring(L, in checkmode()
|
H A D | lgc.c | 830 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()
|