Searched refs:OPT_0BOOL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions.c53 {L("altwerase"), f_altwerase, OPT_0BOOL, 0},
55 {L("autoindent"), NULL, OPT_0BOOL, 0},
59 {L("autowrite"), NULL, OPT_0BOOL, 0},
63 {L("beautify"), NULL, OPT_0BOOL, 0},
71 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
73 {L("comment"), NULL, OPT_0BOOL, 0},
77 {L("edcompatible"),NULL, OPT_0BOOL, 0},
79 {L("errorbells"), NULL, OPT_0BOOL, 0},
83 {L("exrc"), NULL, OPT_0BOOL, 0},
85 {L("extended"), f_recompile, OPT_0BOOL,
[all...]
H A Doptions.h83 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator in enum:_optlist::__anon5020

Completed in 101 milliseconds