Searched refs:luai_writestringerror (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c109 luai_writestringerror("%s: ", progname);
111 luai_writestringerror("'%s' needs argument\n", badoption);
113 luai_writestringerror("unrecognized option '%s'\n", badoption);
114 luai_writestringerror(
130 if (pname) luai_writestringerror("%s: ", pname);
131 luai_writestringerror("%s\n", msg);
H A Dldblib.c347 luai_writestringerror("%s", "lua_debug> ");
353 luai_writestringerror("%s\n", lua_tostring(L, -1));
H A Dluaconf.h219 @@ luai_writestringerror defines how to print error messages.
222 #define luai_writestringerror(s,p) \ macro
H A Dlauxlib.c931 luai_writestringerror("PANIC: unprotected error in call to Lua API (%s)\n",

Completed in 805 milliseconds