OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jun 11 00:25:07 UTC 2026