Searched refs:OPT_0BOOL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 50 {L("altnotation"), f_print, OPT_0BOOL, 0}, 52 {L("altwerase"), f_altwerase, OPT_0BOOL, 0}, 54 {L("autoindent"), NULL, OPT_0BOOL, 0}, 58 {L("autowrite"), NULL, OPT_0BOOL, 0}, 62 {L("beautify"), NULL, OPT_0BOOL, 0}, 70 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC}, 72 {L("comment"), NULL, OPT_0BOOL, 0}, 76 {L("edcompatible"),NULL, OPT_0BOOL, 0}, 78 {L("errorbells"), NULL, OPT_0BOOL, 0}, 82 {L("expandtab"), NULL, OPT_0BOOL, 0}, [all …]
|
H A D | options.h | 81 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
|