Home
last modified time | relevance | path

Searched refs:OPT_ADISP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Doptions.h83 #define OPT_ADISP 0x001 /* Always display the option. */ macro
H A Doptions.c212 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
861 if (F_ISSET(op, OPT_ADISP)) in opts_dump()