Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/vi/
HDvs_smap.c536 case CNTRL_Y: in vs_sm_scroll()
563 if (scmd != CNTRL_E && scmd != CNTRL_Y && in vs_sm_scroll()
820 (scmd == CNTRL_Y || scmd == Z_CARAT || smp == HMAP)) { in vs_sm_down()
836 cursor_set = scmd == CNTRL_Y; in vs_sm_down()
854 cursor_set = scmd == CNTRL_Y || vs_sm_cursor(sp, &ssmp); in vs_sm_down()
882 case CNTRL_Y: in vs_sm_down()
902 if (scmd != CNTRL_Y && cursor_set) in vs_sm_down()
929 case CNTRL_Y: in vs_sm_down()
HDvi.h377 CNTRL_U, CNTRL_Y, Z_CARAT, Z_PLUS enumerator
HDv_scroll.c423 &vp->m_stop, F_ISSET(vp, VC_C1SET) ? vp->count : 1, CNTRL_Y)) in v_lineup()