Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/console/
H A Dvideo_console.c200 static unsigned int gc_scrreg_top, gc_scrreg_bottom; variable
635 if (gc_y >= gc_scrreg_bottom - 1) { in gc_putc_esc()
636 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
637 gc_y = gc_scrreg_bottom - 1; in gc_putc_esc()
650 gc_scroll_down(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
740 if (gc_y >= gc_scrreg_bottom) { in gc_putc_gotpars()
741 gc_y = gc_scrreg_bottom - 1; in gc_putc_gotpars()
848 gc_scrreg_bottom = gc_par[1]; in gc_putc_gotpars()
849 if (gc_scrreg_bottom > vinfo.v_rows) { in gc_putc_gotpars()
850 gc_scrreg_bottom = vinfo.v_rows; in gc_putc_gotpars()
[all …]