Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dllex.c81 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 Dlobject.c172 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring() function
H A Dlundump.c38 luaO_pushfstring(S->L,"%s: %s in precompiled chunk",S->name,why); in error()
H A Dlparser.c67 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 Dlobject.h376 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dldebug.c613 luaO_pushfstring(L, "%s:%d: %s", buff, line, msg); in addinfo()