Searched refs:OPT_NOSAVE (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/nvi2/common/ |
| HD | options.c | 37 #define OPT_WC (OPT_NOSAVE | OPT_NDISP) 66 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE}, 104 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE}, 110 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE}, 210 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE}, 222 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 224 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 226 {L("w9600"), f_w9600, OPT_NUM, OPT_NDISP|OPT_NOSAVE}, 990 if (F_ISSET(op, OPT_NOSAVE)) in opts_save()
|
| HD | options.h | 86 #define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */ macro
|