Home
last modified time | relevance | path

Searched refs:lua_pushfstring (Results 1 – 9 of 9) sorted by relevance

/external/lua/src/
Dlauxlib.c96 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()
[all …]
Dloadlib.c192 lua_pushfstring(L, "system error %d\n", error); in pusherror()
293 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
449 lua_pushfstring(L, "\n\tno file '%s'", filename); in searchpath()
520 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
525 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
551 lua_pushfstring(L, "\n\tno module '%s' in file '%s'", name, filename); in searcher_Croot()
564 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
Dlua.c186 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
320 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline()
334 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn()
395 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
Dlutf8lib.c131 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
Dloslib.c274 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
Dldblib.c152 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
Dlua.h231 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
Dliolib.c169 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
Dlapi.c519 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function