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()
146 lua_pushfstring(L, "\n\t...\t(skipping %d levels)", n); in luaL_traceback()
153 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
155 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback()
202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
221 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
225 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
254 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
369 lua_pushfstring(L, "invalid option '%s'", name)); in luaL_checkoption()
737 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
789 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
899 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
901 lua_pushfstring(L, "%f", (LUAI_UACNUMBER)lua_tonumber(L, idx)); in luaL_tolstring()
917 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()