Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlauxlib.c85 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname()
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname()
97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
122 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
133 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
172 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
216 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
329 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption()
[all …]
Dloadlib.c194 lua_pushfstring(L, "system error %d\n", error); in pusherror()
412 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in searchpath()
476 funcname = lua_pushfstring(L, LUA_POF"%s", funcname); in loadfunc()
481 funcname = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
507 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in searcher_Croot()
522 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
Dlfs.c84 lua_pushfstring (L,"Unable to change working directory to '%s'\n%s\n", in change_dir()
245 lua_pushfstring (L, "cannot obtain information from file `%s'", file); in _file_info_()
Dlua.c280 lua_pushfstring(L, "return %s", b+1); /* change it to `return' */ in pushline()
322 l_message(progname, lua_pushfstring(L, in dotty()
Dloslib.c195 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
Dldblib.c124 lua_pushfstring(L, ">%s", options); in db_getinfo()
Dlua.h218 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
Dliolib.c149 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
Dlapi.c542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function