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

/freebsd-9.3-release/contrib/less/
H A Dscreen.c97 static long msec_loops; variable
839 msec_loops = 0;
841 msec_loops++;
845 msec_loops *= CLOCKS_PER_SEC;
846 msec_loops /= 1000;
867 for (i = 0; i < msec_loops; i++)

Completed in 54 milliseconds