Searched refs:OPT_0BOOL (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | options.c | 62 {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 …]
|
| D | options.h | 84 enum { OPT_0BOOL, OPT_1BOOL, OPT_NUM, OPT_STR } type; enumerator
|
| D | api.c | 427 case OPT_0BOOL: in api_opts_get() 475 case OPT_0BOOL: in api_opts_set()
|
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_term.c | 113 case OPT_0BOOL: in ip_optchange()
|