Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/regex/
Dregex.h95 #define REG_TRACE 00400 /* tracing of execution */ macro
Dengine.c121 #define NOTE(str) do { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); } while(0);
975 if (!(m->eflags&REG_TRACE)) in print()
996 if (!(m->eflags&REG_TRACE)) in at()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dregex_impl.h89 #define REG_TRACE 00400 /* tracing of execution */ macro
Dregengine.inc119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
/freebsd-12-stable/include/
Dregex.h102 #define REG_TRACE 00400 /* tracing of execution */ macro
/freebsd-12-stable/lib/libc/regex/
Dengine.c145 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1146 if (!(m->eflags&REG_TRACE)) in print()
1175 if (!(m->eflags&REG_TRACE)) in at()
/freebsd-12-stable/lib/libc/regex/grot/
Dmain.c346 o |= REG_TRACE; in options()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
Dmain.c378 o |= REG_TRACE; in options()