Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vmain.c377 vSCROLL = cnt;
378 cnt = vSCROLL;
397 vSCROLL = cnt;
398 cnt = vSCROLL;
H A Dex_v.c518 if (vSCROLL == 0) in vok()
519 vSCROLL = value(vi_SCROLL); in vok()
H A Dex_vis.h269 var int vSCROLL; /* Number lines to scroll on ^D/^U */ variable