Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h54 #define O_SCROLL 53 macro
/freebsd/contrib/nvi/common/
H A Doptions.c273 {L("scr"), O_SCROLL}, /* 4BSD (undocumented) */
393 OI(O_SCROLL, b2); in opts_init()
/freebsd/contrib/nvi/ex/
H A Dex.c934 ecp->addr2.lno = sp->lno + O_VAL(sp, O_SCROLL); in ex_cmd()