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

/xsrc/external/mit/ctwm/dist/
H A Danimate.c58 static unsigned long lastsec; local in function:TryToAnimate
67 gap = ((tp.tv_sec - lastsec) * 1000000) + (tp.tv_usec - lastusec);
69 fprintf(tracefile, "Time = %lu, %ld, %ld, %ld, %lu\n", lastsec,
82 lastsec = tp.tv_sec;

Completed in 2 milliseconds