Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vt/
HDvt_buf.c86 top = (vb->vb_flags & VBF_HISTORY_FULL) ? in vthistory_seek()
135 vb->vb_flags |= VBF_HISTORY_FULL; in vthistory_addlines()
483 vb->vb_flags &= ~VBF_HISTORY_FULL; in vtbuf_clearhistory()
528 history_full = vb->vb_flags & VBF_HISTORY_FULL || in vtbuf_grow()
588 vb->vb_flags &= ~VBF_HISTORY_FULL; in vtbuf_grow()
639 vb->vb_flags |= VBF_HISTORY_FULL; in vtbuf_grow()
HDvt.h213 #define VBF_HISTORY_FULL 0x10 /* All rows filled. */ macro