Home
last modified time | relevance | path

Searched defs:lua_warning (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/lua/src/
H A Dlua.h323 LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont); variable
H A Dlapi.c1335 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning() function