Searched refs:lua_pushfstring (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.c | 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() [all …]
|
H A D | loadlib.c | 203 lua_pushfstring(L, "system error %d\n", error); in pusherror() 303 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath() 572 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc() 577 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc() 603 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot() 616 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
|
H A D | lua.c | 143 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler() 511 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline() 525 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn() 586 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
|
H A D | lutf8lib.c | 162 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
H A D | loslib.c | 288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
H A D | ldblib.c | 161 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
H A D | lua.h | 274 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
H A D | liolib.c | 184 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
H A D | lapi.c | 576 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|