Searched refs:OPT_NOUNSET (Results 1 – 2 of 2) sorted by relevance
91 #define OPT_NOUNSET 0x020 /* Option may not be unset. */ macro
141 {"secure", f_secure, OPT_0BOOL, OPT_NOUNSET},482 if (F_ISSET(op, OPT_NOUNSET) && turnoff) { in opts_set()