Home
last modified time | relevance | path

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

/xnu-11215/osfmk/console/
H A Dvideo_console.c392 buffer_rows = vinfo.v_rows; in gc_enable()
547 if (gc_y >= vinfo.v_rows) { in gc_putchar()
548 if (0 == vinfo.v_rows) { in gc_putchar()
551 gc_y = vinfo.v_rows - 1; in gc_putchar()
609 for (yy = 0; yy < vinfo.v_rows; yy++) { in gc_putc_charsizecmd()
630 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_putc_esc()
849 if (gc_scrreg_bottom > vinfo.v_rows) { in gc_putc_gotpars()
850 gc_scrreg_bottom = vinfo.v_rows; in gc_putc_gotpars()
853 gc_scrreg_bottom = vinfo.v_rows; in gc_putc_gotpars()
1001 gc_scrreg_bottom = vinfo.v_rows; in gc_reset_vt100()
[all …]
H A Dvideo_console.h96 unsigned int v_rows; /* characters */ member