Searched refs:VBF_DEFAULT_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance
227 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE macro229 #define VBF_DEFAULT_HISTORY_SIZE 500 macro
239 static term_char_t vt_constextbuf[(_VTDEFW) * (VBF_DEFAULT_HISTORY_SIZE)];240 static term_char_t *vt_constextbufrows[VBF_DEFAULT_HISTORY_SIZE];247 .vb_history_size = VBF_DEFAULT_HISTORY_SIZE,
463 vb->vb_history_size = VBF_DEFAULT_HISTORY_SIZE; in vtbuf_init()