Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlua.h312 LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont); variable
H A Dlapi.c1303 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning() function