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

/macosx-10.10/screen-22/screen/
H A Ddisplay.h240 #define D_status_time DISPLAY(d_status_time) macro
H A Ddisplay.c2245 ti = (now.tv_sec - D_status_time.tv_sec) * 1000 + (now.tv_usec - D_status_time.tv_usec) / 1000;
2330 gettimeofday(&D_status_time, NULL);
3219 ti = (now.tv_sec - D_status_time.tv_sec) * 1000 + (now.tv_usec - D_status_time.tv_usec) / 1000;

Completed in 67 milliseconds