| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | llex.c | 76 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str() 77 luaO_pushfstring(ls->L, "char(%d)", token); in luaX_token2str() 82 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 95 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken() 105 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg); in lexerror() 107 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
|
| H A D | lparser.c | 78 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 88 : luaO_pushfstring(L, "function at line %d", line); in errorlimit() 89 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit() 130 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() 347 const char *msg = luaO_pushfstring(ls->L, in closegoto() 466 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1198 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
|
| H A D | lobject.c | 229 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
| H A D | lundump.c | 32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why); in error()
|
| H A D | lobject.h | 601 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
| H A D | ldebug.c | 582 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in addinfo()
|
| H A D | ldo.c | 643 luaO_pushfstring(L, in checkmode()
|
| H A D | lgc.c | 832 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | llex.c | 85 return luaO_pushfstring(ls->L, "'%c'", token); in luaX_token2str() 90 return luaO_pushfstring(ls->L, "'%s'", s); in luaX_token2str() 102 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken() 112 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror() 273 const char *msg = luaO_pushfstring(ls->L, in read_long_string()
|
| H A D | lundump.c | 40 luaO_pushfstring(S->L, "%s: %s precompiled chunk", S->name, why); in error() 230 error(S, luaO_pushfstring(S->L, "%s size mismatch in", tname)); in fchecksize()
|
| H A D | lparser.c | 75 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 85 : luaO_pushfstring(L, "function at line %d", line); in errorlimit() 86 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit() 127 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() 349 const char *msg = luaO_pushfstring(ls->L, in closegoto() 468 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1207 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
|
| H A D | lobject.c | 418 luaO_pushfstring(L, "<\\%d>", cast_uchar(buff)); in luaO_pushvfstring() 468 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
| H A D | ldebug.c | 581 return (kind) ? luaO_pushfstring(L, " (%s '%s')", kind, name) : ""; in varinfo() 636 return luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in luaG_addinfo()
|
| H A D | lobject.h | 544 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
| H A D | ldo.c | 759 luaO_pushfstring(L, in checkmode()
|
| H A D | lgc.c | 832 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()
|