Searched refs:lua_pushfstring (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lauxlib.c | 85 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 …]
|
D | loadlib.c | 190 lua_pushfstring(L, "system error %d\n", error); in pusherror() 363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename); in searchpath() 427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname); in loadfunc() 432 funcname = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc() 458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS, in searcher_Croot() 473 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
|
D | lua.c | 273 lua_pushfstring(L, "return %s", b+1); /* change it to `return' */ in pushline() 315 l_message(progname, lua_pushfstring(L, in dotty()
|
D | loslib.c | 190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
D | ldblib.c | 124 lua_pushfstring(L, ">%s", options); in db_getinfo()
|
D | lua.h | 213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
D | liolib.c | 148 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
D | lapi.c | 542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|