Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c45 opt_set_mflags(int enable, uint_t bits, const char *arg) in opt_set_mflags() function
67 return (opt_set_mflags(enable, bits, arg)); in opt_pager()
79 return (opt_set_mflags(enable, bits, arg)); in opt_adb()
172 { "autowrap", opt_set_mflags, MDB_FL_AUTOWRAP }, in mdb_set_options()
173 { "ignoreeof", opt_set_mflags, MDB_FL_IGNEOF }, in mdb_set_options()
174 { "repeatlast", opt_set_mflags, MDB_FL_REPLAST }, in mdb_set_options()
175 { "latest", opt_set_mflags, MDB_FL_LATEST }, in mdb_set_options()
176 { "noctf", opt_set_mflags, MDB_FL_NOCTF }, in mdb_set_options()
177 { "nomods", opt_set_mflags, MDB_FL_NOMODS }, in mdb_set_options()
178 { "showlmid", opt_set_mflags, MDB_FL_SHOWLMID }, in mdb_set_options()
[all …]