Home
last modified time | relevance | path

Searched refs:warnf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstate.c377 g->warnf = NULL; in lua_newstate()
424 lua_WarnFunction wf = G(L)->warnf; in luaE_warning()
H A Dlstate.h301 lua_WarnFunction warnf; /* warning function */ member
H A Dltests.c94 static void warnf (void *ud, const char *msg, int tocont) { in warnf() function
1965 lua_setwarnf(L, &warnf, L); in luaB_opentests()
H A Dlapi.c1330 G(L)->warnf = f; in lua_setwarnf()