Searched refs:O_SIDESCROLL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h61 #define O_SIDESCROLL 60 macro
H A Doptions.c187 /* O_SIDESCROLL 4.4BSD */
380 OI(O_SIDESCROLL, L("sidescroll=16"));
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvs_refresh.c603 if (off >= O_VAL(sp, O_SIDESCROLL))
604 off -= O_VAL(sp, O_SIDESCROLL);
617 off += O_VAL(sp, O_SIDESCROLL);

Completed in 114 milliseconds