Lines Matching refs:lua_pushfstring
102 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
110 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
137 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
146 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
148 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
195 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()
239 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
356 lua_pushfstring(L, "invalid option '%s'", name)); in luaL_checkoption()
614 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
665 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
767 lua_pushfstring(L, "%I", lua_tointeger(L, idx)); in luaL_tolstring()
769 lua_pushfstring(L, "%f", lua_tonumber(L, idx)); in luaL_tolstring()
782 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()