Searched refs:OPT_WC (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 35 #define OPT_WC 0 macro 37 #define OPT_WC (OPT_NOSAVE | OPT_NDISP) macro 70 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC}, 90 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC}, 100 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
|