Home
last modified time | relevance | path

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

/trueos/sys/dev/syscons/
HDschistory.c97 int cur_lines; /* current buffer size */ in sc_alloc_history_buffer() local
114 cur_lines = sc_vtb_rows(history); in sc_alloc_history_buffer()
116 if (cur_lines > min_lines) in sc_alloc_history_buffer()
117 delta = cur_lines - min_lines; in sc_alloc_history_buffer()
191 int cur_lines; /* current buffer size */ in sc_free_history_buffer() local
199 cur_lines = sc_vtb_rows(history); in sc_free_history_buffer()
201 extra_history_size += (cur_lines > min_lines) ? in sc_free_history_buffer()
202 cur_lines - min_lines : 0; in sc_free_history_buffer()