opt_set_mflags
{ "autowrap", opt_set_mflags, MDB_FL_AUTOWRAP },
{ "ignoreeof", opt_set_mflags, MDB_FL_IGNEOF },
{ "repeatlast", opt_set_mflags, MDB_FL_REPLAST },
{ "latest", opt_set_mflags, MDB_FL_LATEST },
{ "noctf", opt_set_mflags, MDB_FL_NOCTF },
{ "nomods", opt_set_mflags, MDB_FL_NOMODS },
{ "showlmid", opt_set_mflags, MDB_FL_SHOWLMID },
{ "lmraw", opt_set_mflags, MDB_FL_LMRAW },
{ "stop_on_bpt_nosym", opt_set_mflags, MDB_FL_BPTNOSYMSTOP },
{ "write_readback", opt_set_mflags, MDB_FL_READBACK },
return (opt_set_mflags(enable, bits, arg));
return (opt_set_mflags(enable, bits, arg));