Home
last modified time | relevance | path

Searched refs:REG_TRACE (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h98 #define REG_TRACE 00400 /* tracing of execution */ macro
Dengine.c116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
961 if (!(m->eflags&REG_TRACE)) in print()
982 if (!(m->eflags&REG_TRACE)) in at()