Searched defs:opt_set_mflags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c41 opt_set_mflags(int enable, uint_t bits, const char *arg) function
63 return (opt_set_mflags(enable, bits, arg));
75 return (opt_set_mflags(enable, bits, arg));
168 { "ignoreeof", opt_set_mflags, MDB_FL_IGNEOF },
169 { "repeatlast", opt_set_mflags, MDB_FL_REPLAST },
170 { "latest", opt_set_mflags, MDB_FL_LATEST },
171 { "noctf", opt_set_mflags, MDB_FL_NOCTF },
172 { "nomods", opt_set_mflags, MDB_FL_NOMODS },
173 { "showlmid", opt_set_mflags, MDB_FL_SHOWLMID },
174 { "lmraw", opt_set_mflags, MDB_FL_LMRA
[all...]

Completed in 58 milliseconds