Home
last modified time | relevance | path

Searched refs:l_high (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dlog.c106 ep->l_high = ep->l_cur = 1; in log_init()
141 ep->l_high = ep->l_cur = 1; in log_end()
203 ep->l_high = ++ep->l_cur; in log_cursor1()
300 ep->l_high = ++ep->l_cur; in log_line()
348 ep->l_high = ++ep->l_cur; in log_mark()
562 if (ep->l_cur == ep->l_high) { in log_forward()
H A Dexf.h28 recno_t l_high; /* Log last + 1 record number. */ member