Searched refs:VBF_HISTORY_FULL (Results 1 – 2 of 2) sorted by relevance
86 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()
213 #define VBF_HISTORY_FULL 0x10 /* All rows filled. */ macro