Home
last modified time | relevance | path

Searched refs:OPT_NOSAVE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/common/
Doptions.c47 #define OPT_WC (OPT_NOSAVE | OPT_NDISP)
78 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE},
107 … {L("gtagsmode"),NULL, OPT_0BOOL, OPT_NDISP|OPT_NOSAVE|OPT_NOSET},
119 … {L("imctrl"), NULL, OPT_0BOOL, OPT_NDISP|OPT_NOSAVE|OPT_NOSET},
125 {L("imkey"), NULL, OPT_STR, OPT_NDISP|OPT_NOSAVE},
134 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE},
140 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE},
240 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
252 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
254 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
[all …]
Doptions.h89 #define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */ macro