HomeSort by: relevance | last modified time | path
    Searched refs:busy_tv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_msg.c 95 (void)gettimeofday(&vip->busy_tv, NULL);
129 if (((tv.tv_sec - vip->busy_tv.tv_sec) * 1000000 +
130 (tv.tv_usec - vip->busy_tv.tv_usec)) < 125000)
132 vip->busy_tv = tv;
vi.h 258 struct timeval busy_tv; /* Busy timer. */ member in struct:_vi_private

Completed in 43 milliseconds