Lines Matching refs:bottom
427 unsigned int bottom, enum con_scroll dir,
431 unsigned int size = bottom - top;
441 vc_uniscr_clear_lines(vc, bottom - nr, nr);
564 unsigned int bottom, enum con_scroll dir,
567 unsigned int rows = bottom - top;
570 if (top + nr >= bottom)
572 if (bottom > vc->vc_rows || top >= bottom || nr < 1)
575 vc_uniscr_scroll(vc, top, bottom, dir, nr);
577 vc->vc_sw->con_scroll(vc, top, bottom, dir, nr))
1232 * Cursor near the bottom, copy contents from the
1233 * bottom of buffer
1239 * from the top and bottom of cursor position
1457 /* don't scroll if above bottom of scrolling region, or