Searched refs:XTIME (Results 1 – 3 of 3) sorted by relevance
108 #define XTIME BIT(10) /* timing TCOM command */ macro
72 return exchild(t, flags & ~XTIME, xerrok, -1); /* run in sub-process */ in execute()90 if (flags & XTIME) in execute()104 flags &= ~XTIME; in execute()
751 rv = execute(t->left, f | XTIME, xerrok); in timex()