Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vt/
Dvt_core.c610 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
700 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
763 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
796 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
800 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()
1360 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()
1373 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()
1378 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
Dvt.h279 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro