Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c742 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll() function
844 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
850 vt_scroll(vw, 0, VHS_SET); in vt_scrollmode_kbdevent()
853 vt_scroll(vw, -1, VHS_CUR); in vt_scrollmode_kbdevent()
857 vt_scroll(vw, -size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
860 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
863 vt_scroll(vw, 1, VHS_CUR); in vt_scrollmode_kbdevent()
867 vt_scroll(vw, size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
951 vt_scroll(vw, 0, VHS_END); in vt_processkey()
1996 vt_scroll(vw, 0, VHS_END); in vtterm_cngetc()