HomeSort by relevance Sort by last modified time
    Searched refs:luai_writestringerror (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 109 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);
ldblib.c 347 luai_writestringerror("%s", "lua_debug> ");
353 luai_writestringerror("%s\n", lua_tostring(L, -1));
luaconf.h 219 @@ luai_writestringerror defines how to print error messages.
222 #define luai_writestringerror(s,p) \ macro
lauxlib.c 931 luai_writestringerror("PANIC: unprotected error in call to Lua API (%s)\n",

Completed in 64 milliseconds