Searched refs:msec_loops (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/less/
H A Dscreen.c117 static long msec_loops; variable
944 msec_loops = 0;
946 msec_loops++;
950 msec_loops *= CLOCKS_PER_SEC;
951 msec_loops /= 1000;
963 for (i = 0; i < msec_loops; i++)

Completed in 161 milliseconds