Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dvs_smap.c525 case CNTRL_E: in vs_sm_scroll()
546 if (scmd != CNTRL_E && scmd != CNTRL_Y && in vs_sm_scroll()
577 if (scmd == CNTRL_E || scmd == Z_PLUS || smp == TMAP) { in vs_sm_up()
617 cursor_set = scmd == CNTRL_E || vs_sm_cursor(sp, &ssmp); in vs_sm_up()
653 case CNTRL_E: in vs_sm_up()
677 case CNTRL_E: in vs_sm_up()
Dvi.h367 CNTRL_B, CNTRL_D, CNTRL_E, CNTRL_F, enumerator
Dv_scroll.c442 &vp->m_stop, F_ISSET(vp, VC_C1SET) ? vp->count : 1, CNTRL_E)) in v_linedown()