Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h346 LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont); variable
H A Dlapi.c1345 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning() function