Searched refs:OPT_NOSAVE (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) 68 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE}, 106 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE}, 112 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE}, 214 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE}, 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}, 995 if (F_ISSET(op, OPT_NOSAVE)) in opts_save()
|
H A D | options.h | 86 #define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */ macro
|