Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions.h87 #define OPT_NOSET 0x010 /* Option may not be set. */ macro
H A Doptions.c70 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
137 {L("modeline"), NULL, OPT_0BOOL, OPT_NOSET},
200 {L("sourceany"), NULL, OPT_0BOOL, OPT_NOSET},
554 if (F_ISSET(op, OPT_NOSET) && !turnoff) { in opts_set()