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

/freebsd-current/contrib/nvi/vi/
H A Dvs_msg.c80 ++vip->busy_ref;
81 if (vip->totalcount != 0 || vip->busy_ref != 1)
100 if (vip->busy_ref == 0)
102 --vip->busy_ref;
108 if (vip->totalcount == 0 && vip->busy_ref == 0) {
115 if (vip->totalcount != 0 || vip->busy_ref == 0)
H A Dvi.h250 int busy_ref; /* Busy reference count. */ member in struct:_vi_private

Completed in 61 milliseconds