Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlauxlib.c102 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()
[all …]
H A Dloadlib.c216 lua_pushfstring(L, "system error %d\n", error); in pusherror()
412 lua_pushfstring(L, "\n\tno file '%s'", filename); in searchpath()
483 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
488 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
514 lua_pushfstring(L, "\n\tno module '%s' in file '%s'", name, filename); in searcher_Croot()
527 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
H A 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()
399 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
H A Dlutf8lib.c135 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
H A Dloslib.c236 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
H A Dldblib.c156 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
H A Dlua.h264 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dliolib.c164 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
H A Dlapi.c522 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function