Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c375 vSCROLL = cnt;
376 cnt = vSCROLL;
395 vSCROLL = cnt;
396 cnt = vSCROLL;
H A Dex_v.c516 if (vSCROLL == 0) in vok()
517 vSCROLL = value(vi_SCROLL); in vok()
H A Dex_vis.h267 var int vSCROLL; /* Number lines to scroll on ^D/^U */ variable