Searched refs:MDB_EM_FOLLOW (Results 1 – 4 of 4) sorted by relevance
119 mdb.m_execmode = MDB_EM_FOLLOW; in opt_exec_mode()276 case MDB_EM_FOLLOW: in print_properties()
106 #define MDB_EM_FOLLOW 2 /* Follow an exec */ macro
1352 if (mdb.m_execmode > MDB_EM_FOLLOW) in mdb_set_config()
803 int follow_exec = mdb.m_execmode == MDB_EM_FOLLOW; in pt_exec()