Searched refs:warnfoff (Results 1 – 1 of 1) sorted by relevance
1057 static void warnfoff (void *ud, const char *message, int tocont);1071 lua_setwarnf(L, warnfoff, L); /* turn warnings off */ in checkcontrol()1079 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff() function1112 lua_setwarnf(L, warnfoff, L); /* default is warnings off */ in luaL_newstate()