Searched refs:warnfon (Results 1 – 1 of 1) sorted by relevance
1044 static void warnfon (void *ud, const char *message, int tocont);1059 lua_setwarnf(L, warnfon, L); /* turn warnings on */ in checkcontrol()1081 lua_setwarnf(L, warnfon, L); /* next call is a new message */ in warnfcont()1086 static void warnfon (void *ud, const char *message, int tocont) { in warnfon() function