Searched refs:SC_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #if !defined(SC_HISTORY_SIZE)54 #define SC_HISTORY_SIZE (ROW * 10) macro57 #if (SC_HISTORY_SIZE * MAXCONS * NSC) > SC_MAX_HISTORY_SIZE59 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * NSC)63 static int extra_history_size = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;88 lines = SC_HISTORY_SIZE; /* use the default value */ in sc_alloc_history_buffer()101 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()107 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()201 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
20 SC_HISTORY_SIZE opt_syscons.h
854 options SC_HISTORY_SIZE=200 # number of history buffer lines