Searched refs:lua_pushfstring (Results 1 – 9 of 9) sorted by relevance
| /external/lua/src/ |
| D | lauxlib.c | 96 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 …]
|
| D | loadlib.c | 192 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()
|
| 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() 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()
|
| D | lutf8lib.c | 131 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
| D | loslib.c | 274 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
| D | ldblib.c | 152 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
| D | lua.h | 231 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
| D | liolib.c | 169 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
| D | lapi.c | 519 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|