Searched refs:defscroll (Results 1 – 5 of 5) sorted by relevance
281 sp->defscroll = vp->count; in v_hpageup()282 if (vs_sm_scroll(sp, &vp->m_stop, sp->defscroll, CNTRL_U)) in v_hpageup()305 sp->defscroll = vp->count; in v_hpagedown()306 if (vs_sm_scroll(sp, &vp->m_stop, sp->defscroll, CNTRL_D)) in v_hpagedown()
162 if ((sp->defscroll = sp->t_maxrows / 2) == 0) in vs_split()163 sp->defscroll = 1; in vs_split()164 if ((new->defscroll = new->t_maxrows / 2) == 0) in vs_split()165 new->defscroll = 1; in vs_split()250 sp->defscroll = sp->t_maxrows / 2; in vs_discard()422 nsp->defscroll = nsp->t_maxrows / 2; in vs_swap()
104 sp->defscroll = 1; in f_lines()112 sp->defscroll = (*valp - 1) / 2; in f_lines()
82 recno_t defscroll; /* Vi: ^D, ^U scroll information. */ member
325 sp->defscroll = (O_VAL(sp, O_WINDOW) + 1) / 2; in editor()