luaO_pushfstring  613 lib/lua/ldebug.c     luaO_pushfstring(L, "%s:%d: %s", buff, line, msg);
luaO_pushfstring   81 lib/lua/llex.c     return (iscntrl(token)) ? luaO_pushfstring(ls->L, "char(%d)", token) :
luaO_pushfstring   82 lib/lua/llex.c                               luaO_pushfstring(ls->L, "%c", token);
luaO_pushfstring  105 lib/lua/llex.c   msg = luaO_pushfstring(ls->L, "%s:%d: %s", buff, ls->linenumber, msg);
luaO_pushfstring  107 lib/lua/llex.c     luaO_pushfstring(ls->L, "%s near " LUA_QS, msg, txtToken(ls, token));
luaO_pushfstring  376 lib/lua/lobject.h LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
luaO_pushfstring   67 lib/lua/lparser.c       luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token)));
luaO_pushfstring   73 lib/lua/lparser.c     luaO_pushfstring(fs->L, "main function has more than %d %s", limit, what) :
luaO_pushfstring   74 lib/lua/lparser.c     luaO_pushfstring(fs->L, "function at line %d has more than %d %s",
luaO_pushfstring  109 lib/lua/lparser.c       luaX_syntaxerror(ls, luaO_pushfstring(ls->L,
luaO_pushfstring   38 lib/lua/lundump.c  luaO_pushfstring(S->L,"%s: %s in precompiled chunk",S->name,why);