Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c168 { "ignoreeof", opt_set_mflags, MDB_FL_IGNEOF }, in mdb_set_options()
298 if (mdb.m_flags & MDB_FL_IGNEOF) in print_properties()
H A Dmdb.h85 #define MDB_FL_IGNEOF 0x00040 /* Ignore EOF as a synonym for ::quit */ macro
H A Dmdb_termio.c1740 if (!(mdb.m_flags & MDB_FL_IGNEOF) && in termio_delchar()