Home
last modified time | relevance | path

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

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