HomeSort by: relevance | last modified time | path
    Searched refs:OPT_NOSAVE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
options.c 47 #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},
137 * When the lisp option is implemented, delete the OPT_NOSAVE flag,
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},
    [all...]
options.h 89 #define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */

Completed in 51 milliseconds