Home
last modified time | relevance | path

Searched refs:OPT_0BOOL (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/common/
Doptions.c62 {L("altwerase"), f_altwerase, OPT_0BOOL, 0},
64 {L("autoindent"), NULL, OPT_0BOOL, 0},
68 {L("autowrite"), NULL, OPT_0BOOL, 0},
72 {L("beautify"), NULL, OPT_0BOOL, 0},
80 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
82 {L("comment"), NULL, OPT_0BOOL, 0},
86 {L("edcompatible"),NULL, OPT_0BOOL, 0},
88 {L("errorbells"), NULL, OPT_0BOOL, 0},
92 {L("expandtab"), NULL, OPT_0BOOL, 0},
94 {L("exrc"), NULL, OPT_0BOOL, 0},
[all …]
Doptions.h84 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
Dapi.c427 case OPT_0BOOL: in api_opts_get()
475 case OPT_0BOOL: in api_opts_set()
/netbsd/src/external/bsd/nvi/dist/ip/
Dip_term.c113 case OPT_0BOOL: in ip_optchange()