Searched refs:SC_HISTORY_SIZE (Results 1 – 4 of 4) sorted by relevance
67 #if !defined(SC_HISTORY_SIZE)68 #define SC_HISTORY_SIZE (ROW * 4) macro71 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE73 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)78 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;101 lines = SC_HISTORY_SIZE; /* use the default value */ in sc_alloc_history_buffer()114 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()120 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()199 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
226 #ifdef SC_HISTORY_SIZE227 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE
211 options SC_HISTORY_SIZE=200 # number of history buffer lines
761 SC_HISTORY_SIZE opt_syscons.h