Searched refs:lua_writestringerror (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/stand/liblua/
H A Dlstd.h93 #define lua_writestringerror(s, p) do { printf((s), (p)); } while (0) macro
/freebsd-current/contrib/lua/src/
H A Dlua.c84 lua_writestringerror("%s: ", progname);
86 lua_writestringerror("'%s' needs argument\n", badoption);
88 lua_writestringerror("unrecognized option '%s'\n", badoption);
89 lua_writestringerror(
111 if (pname) lua_writestringerror("%s: ", pname);
112 lua_writestringerror("%s\n", msg);
H A Dlauxlib.h269 #if !defined(lua_writestringerror)
270 #define lua_writestringerror(s,p) \ macro
H A Dldblib.c423 lua_writestringerror("%s", "lua_debug> ");
429 lua_writestringerror("%s\n", luaL_tolstring(L, -1, NULL));
H A Dlauxlib.c1031 lua_writestringerror("PANIC: unprotected error in call to Lua API (%s)\n",
1076 lua_writestringerror("%s", message); /* write message */
1080 lua_writestringerror("%s", "\n"); /* finish message with end-of-line */
1089 lua_writestringerror("%s", "Lua warning: "); /* start a new warning */

Completed in 145 milliseconds