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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c1110 int retval, hist_rsz; local
1125 hist_rsz = (scp->history != NULL) ? scp->history->vtb_rows : 0;
1127 ((u_int)ptr->y + ptr->ysize) > (scp->ysize + hist_rsz)) {

Completed in 45 milliseconds