Home
last modified time | relevance | path

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

/dports/print/lout/lout-3.40/
H A Dz47.c44 static int stat_reads; /* calls to ReadRetrieve */ variable
71 stat_reads = 0; in EnvInit()
172 stat_reads++; in EnvReadRetrieve()
245 debug3(DET, D, "reading %6d %6d %6.1f", stat_reads, stat_read_hits, in EnvDebug()
246 stat_reads == 0 ? (float) 0 : (float) 100 * stat_read_hits / stat_reads); in EnvDebug()