| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.c | 75 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str() 76 luaO_pushfstring(ls->L, "char(%d)", token); in luaX_token2str() 81 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 94 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken() 104 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg); in lexerror() 106 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
|
| H A D | lparser.c | 77 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 87 : luaO_pushfstring(L, "function at line %d", line); in errorlimit() 88 msg = luaO_pushfstring(L, "too many %s (limit is %d) in %s", in errorlimit() 129 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() 346 const char *msg = luaO_pushfstring(ls->L, in closegoto() 465 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1203 const char *msg = luaO_pushfstring(fs->ls->L, in checkrepeated()
|
| H A D | lobject.c | 228 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
| H A D | lobject.h | 600 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 | 708 luaO_pushfstring(L, in checkmode()
|
| H A D | lgc.c | 831 luaO_pushfstring(L, "error in __gc metamethod (%s)", msg); in GCTM()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 81 return (iscntrl(token)) ? luaO_pushfstring(ls->L, "char(%d)", token) : in luaX_token2str() 82 luaO_pushfstring(ls->L, "%c", token); in luaX_token2str() 105 msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg); in luaX_lexerror() 107 luaO_pushfstring(ls->L, "%s near " LUA_QS, msg, txtToken(ls, token)); in luaX_lexerror()
|
| H A D | lobject.c | 172 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
|
| H A D | lundump.c | 38 luaO_pushfstring(S->L,"%s: %s in precompiled chunk",S->name,why); in error()
|
| H A D | lparser.c | 67 luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token))); in error_expected() 73 luaO_pushfstring(fs->L, "main function has more than %d %s", limit, what) : in errorlimit() 74 luaO_pushfstring(fs->L, "function at line %d has more than %d %s", in errorlimit() 109 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match()
|
| H A D | lobject.h | 376 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
|
| H A D | ldebug.c | 613 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in addinfo()
|