OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defscroll
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/nvi/dist/vi/
v_scroll.c
288
sp->
defscroll
= vp->count;
289
if (vs_sm_scroll(sp, &vp->m_stop, sp->
defscroll
, CNTRL_U))
312
sp->
defscroll
= vp->count;
313
if (vs_sm_scroll(sp, &vp->m_stop, sp->
defscroll
, CNTRL_D))
vs_split.c
174
if ((sp->
defscroll
= sp->t_maxrows / 2) == 0)
175
sp->
defscroll
= 1;
176
if ((new->
defscroll
= new->t_maxrows / 2) == 0)
177
new->
defscroll
= 1;
264
new->
defscroll
= sp->
defscroll
;
410
tsp->
defscroll
= tsp->t_maxrows / 2;
771
nsp->
defscroll
= nsp->t_maxrows / 2;
/src/external/bsd/nvi/dist/common/
options_f.c
112
sp->
defscroll
= 1;
120
sp->
defscroll
= (*valp - 1) / 2;
screen.c
64
* sp->
defscroll
is initialized by the opts_init() code because
screen.h
147
db_recno_t
defscroll
; /* Vi: ^D, ^U scroll information. */
member in struct:_scr
main.c
329
sp->
defscroll
= (O_VAL(sp, O_WINDOW) + 1) / 2;
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026