Searched refs:MDB_EM_FOLLOW (Results 1 – 4 of 4) sorted by relevance
123 mdb.m_execmode = MDB_EM_FOLLOW; in opt_exec_mode()288 case MDB_EM_FOLLOW: in print_properties()
107 #define MDB_EM_FOLLOW 2 /* Follow an exec */ macro
1363 if (mdb.m_execmode > MDB_EM_FOLLOW) in mdb_set_config()
805 int follow_exec = mdb.m_execmode == MDB_EM_FOLLOW; in pt_exec()