Searched refs:gc_scrreg_bottom (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c224 static unsigned int gc_scrreg_top, gc_scrreg_bottom; variable
671 if (gc_y >= gc_scrreg_bottom -1) {
672 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom);
673 gc_y = gc_scrreg_bottom - 1;
684 gc_scroll_down(1, gc_scrreg_top, gc_scrreg_bottom);
775 if (gc_y >= gc_scrreg_bottom)
776 gc_y = gc_scrreg_bottom - 1;
875 gc_scrreg_bottom = gc_par[1];
876 if (gc_scrreg_bottom > vinfo.v_rows)
877 gc_scrreg_bottom
[all...]

Completed in 120 milliseconds