Home
last modified time | relevance | path

Searched refs:SC_HISTORY_SIZE (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/syscons/
HDschistory.c68 #if !defined(SC_HISTORY_SIZE)
69 #define SC_HISTORY_SIZE (ROW * 4) macro
72 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
74 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
79 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
102 lines = SC_HISTORY_SIZE; /* use the default value */ in sc_alloc_history_buffer()
115 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()
121 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()
200 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
/trueos/sys/dev/vt/
HDvt.h199 #ifdef SC_HISTORY_SIZE
200 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE
/trueos/sys/conf/
HDoptions754 SC_HISTORY_SIZE opt_syscons.h
HDNOTES1433 options SC_HISTORY_SIZE=200 # number of history buffer lines