Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Doptions.h91 #define OPT_NOUNSET 0x020 /* Option may not be unset. */ macro
H A Doptions.c141 {"secure", f_secure, OPT_0BOOL, OPT_NOUNSET},
482 if (F_ISSET(op, OPT_NOUNSET) && turnoff) { in opts_set()