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

/freebsd-12-stable/stand/liblua/
H A Dlstd.h74 #define lua_writestringerror(s, p) do { printf((s), (p)); } while (0) macro
/freebsd-12-stable/contrib/lua/src/
H A Dlua.c131 lua_writestringerror("%s: ", progname);
133 lua_writestringerror("'%s' needs argument\n", badoption);
135 lua_writestringerror("unrecognized option '%s'\n", badoption);
136 lua_writestringerror(
156 if (pname) lua_writestringerror("%s: ", pname);
157 lua_writestringerror("%s\n", msg);
H A Dlauxlib.h232 #if !defined(lua_writestringerror)
233 #define lua_writestringerror(s,p) \ macro
H A Dldblib.c405 lua_writestringerror("%s", "lua_debug> ");
411 lua_writestringerror("%s\n", lua_tostring(L, -1));
H A Dlauxlib.c1025 lua_writestringerror("PANIC: unprotected error in call to Lua API (%s)\n",

Completed in 105 milliseconds