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

/freebsd-current/contrib/nvi/regex/
H A Dregex.h95 #define REG_TRACE 00400 /* tracing of execution */ macro
H A Dengine.c121 #define NOTE(str) do { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); } while(0);
975 if (!(m->eflags&REG_TRACE))
996 if (!(m->eflags&REG_TRACE))
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h89 #define REG_TRACE 00400 /* tracing of execution */ macro
/freebsd-current/include/
H A Dregex.h99 #define REG_TRACE 00400 /* tracing of execution */ macro
/freebsd-current/lib/libc/regex/
H A Dengine.c140 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1141 if (!(m->eflags&REG_TRACE))
1170 if (!(m->eflags&REG_TRACE))
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c378 o |= REG_TRACE;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c343 o |= REG_TRACE;

Completed in 133 milliseconds