Home
last modified time | relevance | path

Searched refs:SAVESTATSLENGTH (Results 1 – 2 of 2) sorted by relevance

/dports/irc/evangeline/modules/stats.mod/
H A Dstats.h7 #define SAVESTATSLENGTH 5000 macro
H A Ddatahandling.c744 char buf[SAVESTATSLENGTH + 1]; in read_stats()
766 fgets(s, SAVESTATSLENGTH - 1, f); in read_stats()
767 s[SAVESTATSLENGTH - 1] = 0; in read_stats()