Searched refs:VBF_DEFAULT_HISTORY_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt.h227 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE macro
229 #define VBF_DEFAULT_HISTORY_SIZE 500 macro
H A Dvt_buf.c463 vb->vb_history_size = VBF_DEFAULT_HISTORY_SIZE;
H A Dvt_core.c235 static term_char_t vt_constextbuf[(_VTDEFW) * (VBF_DEFAULT_HISTORY_SIZE)];
236 static term_char_t *vt_constextbufrows[VBF_DEFAULT_HISTORY_SIZE];
243 .vb_history_size = VBF_DEFAULT_HISTORY_SIZE,

Completed in 124 milliseconds