Lines Matching refs:lua_pushfstring
108 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
112 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
116 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
152 lua_pushfstring(L, "\n\t...\t(skipping %d levels)", n); in luaL_traceback()
159 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
161 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback()
208 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
227 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
231 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
261 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
379 lua_pushfstring(L, "invalid option '%s'", name)); in luaL_checkoption()
750 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
802 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
915 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
918 lua_pushfstring(L, "%f", (LUAI_UACNUMBER)lua_tonumber(L, idx)); in luaL_tolstring()
935 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()