Lines Matching refs:lua_pushfstring
96 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
100 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
104 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
132 lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
142 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
144 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
191 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in typeerror()
210 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
214 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
243 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
357 lua_pushfstring(L, "invalid option '%s'", name)); in luaL_checkoption()
663 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
714 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
819 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
821 lua_pushfstring(L, "%f", (LUAI_UACNUMBER)lua_tonumber(L, idx)); in luaL_tolstring()
837 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()