Searched refs:OPT_NDISP (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 37 #define OPT_WC (OPT_NOSAVE | OPT_NDISP) 226 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 228 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 230 {L("w9600"), f_w9600, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 855 if (F_ISSET(op, OPT_NDISP)) in opts_dump()
|
H A D | options.h | 85 #define OPT_NDISP 0x004 /* Never display the option. */ macro
|