HomeSort by: relevance | last modified time | path
    Searched refs:OPT_NOSET (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
options.h 90 #define OPT_NOSET 0x010 /* Option may not be set. */
options.c 80 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
107 {L("gtagsmode"),NULL, OPT_0BOOL, OPT_NDISP|OPT_NOSAVE|OPT_NOSET},
119 {L("imctrl"), NULL, OPT_0BOOL, OPT_NDISP|OPT_NOSAVE|OPT_NOSET},
165 {L("modeline"), NULL, OPT_0BOOL, OPT_NOSET},
228 {L("sourceany"), NULL, OPT_0BOOL, OPT_NOSET},
599 if (F_ISSET(op, OPT_NOSET) && !turnoff) {

Completed in 26 milliseconds