Searched refs:REG_TRACE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h89 #define REG_TRACE 00400 /* tracing of execution */ macro
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h99 #define REG_TRACE 00400 /* tracing of execution */ macro
H A Dengine.c125 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1028 if (!(m->eflags&REG_TRACE))
1058 if (!(m->eflags&REG_TRACE))
/freebsd-10-stable/include/
H A Dregex.h99 #define REG_TRACE 00400 /* tracing of execution */ macro
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c137 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1111 if (!(m->eflags&REG_TRACE))
1140 if (!(m->eflags&REG_TRACE))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c375 o |= REG_TRACE;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c346 o |= REG_TRACE;

Completed in 87 milliseconds