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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions.h88 #define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */ macro
H A Doptions.c40 #define OPT_WC (OPT_NOSAVE | OPT_NDISP)
69 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE},
105 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE},
108 * When the lisp option is implemented, delete the OPT_NOSAVE flag,
111 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE},
211 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
223 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
225 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
227 {L("w9600"), f_w9600, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
1003 if (F_ISSET(op, OPT_NOSAVE))
[all...]

Completed in 111 milliseconds