Searched refs:vc_bottom (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | console_struct.h | 134 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 1293 vc->vc_bottom = vc->vc_rows; in vc_do_resize() 1443 max_y = vc->vc_bottom; in gotoxy() 1482 if (vc->state.y + 1 == vc->vc_bottom) in lf() 1483 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf() 1498 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri() 2174 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L() 2191 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M() 2264 vc->vc_bottom = vc->vc_rows; in reset_terminal() 2659 vc->vc_bottom = vc->vc_par[1]; in csi_ECMA()
|