Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/console/ !
H A Dvideo_console.c200 static unsigned int gc_scrreg_top, gc_scrreg_bottom; variable
636 gc_scroll_up(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
649 if (gc_y <= gc_scrreg_top) { in gc_putc_esc()
650 gc_scroll_down(1, gc_scrreg_top, gc_scrreg_bottom); in gc_putc_esc()
651 gc_y = gc_scrreg_top; in gc_putc_esc()
734 if (gc_y < gc_scrreg_top) { in gc_putc_gotpars()
735 gc_y = gc_scrreg_top; in gc_putc_gotpars()
764 gc_y += gc_scrreg_top; in gc_putc_gotpars()
843 gc_scrreg_top = gc_par[0] ? gc_par[0] - 1 : 0; in gc_putc_gotpars()
845 gc_scrreg_top = 0; in gc_putc_gotpars()
[all …]