Home
last modified time | relevance | path

Searched refs:O_AUTOPRINT (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/vi/
H A Doptions_def.h4 #define O_AUTOPRINT 3 macro
/freebsd/contrib/nvi/common/
H A Dmain.c255 O_CLR(sp, O_AUTOPRINT); in editor()
H A Doptions.c253 {L("ap"), O_AUTOPRINT}, /* 4BSD */
/freebsd/contrib/nvi/ex/
H A Dex.c1470 O_ISSET(sp, O_AUTOPRINT) && F_ISSET(ecp, E_AUTOPRINT)) { in ex_cmd()