Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_core.c738 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll() function
840 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
846 vt_scroll(vw, 0, VHS_SET); in vt_scrollmode_kbdevent()
849 vt_scroll(vw, -1, VHS_CUR); in vt_scrollmode_kbdevent()
853 vt_scroll(vw, -size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
856 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
859 vt_scroll(vw, 1, VHS_CUR); in vt_scrollmode_kbdevent()
863 vt_scroll(vw, size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
945 vt_scroll(vw, 0, VHS_END); in vt_processkey()
1776 vt_scroll(vw, 0, VHS_END); in vtterm_cngetc()