Searched refs:REG_TRACE (Results 1 – 8 of 8) sorted by relevance
89 #define REG_TRACE 00400 /* tracing of execution */ macro
122 #define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); }1036 if (!(m->eflags®_TRACE))1057 if (!(m->eflags®_TRACE))
95 #define REG_TRACE 00400 /* tracing of execution */ macro
121 #define NOTE(str) do { if (m->eflags®_TRACE) printf("=%s\n", (str)); } while(0);975 if (!(m->eflags®_TRACE)) in print()996 if (!(m->eflags®_TRACE)) in at()
99 #define REG_TRACE 00400 /* tracing of execution */ macro
140 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); }1141 if (!(m->eflags®_TRACE)) in print()1170 if (!(m->eflags®_TRACE)) in at()
378 o |= REG_TRACE; in options()
343 o |= REG_TRACE; in options()