Lines Matching refs:lua_pushfstring
85 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname()
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname()
97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
122 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
133 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
172 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
216 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
329 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption()
590 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
641 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
753 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()