Home
last modified time | relevance | path

Searched refs:luaE_warnerror (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstate.h403 LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where);
H A Dlstate.c436 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror() function
H A Dlgc.c928 luaE_warnerror(L, "__gc"); in GCTM()