Searched refs:OPT_NOSET (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.h | 87 #define OPT_NOSET 0x010 /* Option may not be set. */ macro
|
H A D | options.c | 70 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC}, 137 {L("modeline"), NULL, OPT_0BOOL, OPT_NOSET}, 202 {L("sourceany"), NULL, OPT_0BOOL, OPT_NOSET}, 556 if (F_ISSET(op, OPT_NOSET) && !turnoff) { in opts_set()
|