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.c741 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll() function
843 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
849 vt_scroll(vw, 0, VHS_SET); in vt_scrollmode_kbdevent()
852 vt_scroll(vw, -1, VHS_CUR); in vt_scrollmode_kbdevent()
856 vt_scroll(vw, -size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
859 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
862 vt_scroll(vw, 1, VHS_CUR); in vt_scrollmode_kbdevent()
866 vt_scroll(vw, size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
948 vt_scroll(vw, 0, VHS_END); in vt_processkey()
1960 vt_scroll(vw, 0, VHS_END); in vtterm_cngetc()