Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h63 #define O_SIDESCROLL 62 macro
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c603 if (off >= O_VAL(sp, O_SIDESCROLL)) in vs_paint()
604 off -= O_VAL(sp, O_SIDESCROLL); in vs_paint()
617 off += O_VAL(sp, O_SIDESCROLL); in vs_paint()
/freebsd/contrib/nvi/common/
H A Doptions.c380 OI(O_SIDESCROLL, L("sidescroll=16")); in opts_init()