Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dvi.h367 CNTRL_B, CNTRL_D, CNTRL_E, CNTRL_F, enumerator
H A Dvs_smap.c517 case CNTRL_B: in vs_sm_scroll()
814 if (count >= sp->t_maxrows || scmd == CNTRL_B) { in vs_sm_down()
882 case CNTRL_B: in vs_sm_down()
H A Dv_scroll.c402 if (vs_sm_scroll(sp, &vp->m_stop, offset, CNTRL_B)) in v_pageup()