Searched refs:lua_pushfstring (Results 1 – 9 of 9) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | lauxlib.c | 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() 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 D | loadlib.c | 216 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 D | lua.c | 186 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 D | lutf8lib.c | 135 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
H A D | loslib.c | 236 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
H A D | ldblib.c | 156 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
H A D | lua.h | 264 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
H A D | liolib.c | 164 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
H A D | lapi.c | 522 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|