Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h95 #define REG_TRACE 00400 /* tracing of execution */ macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c162 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1105 if (!(m->eflags&REG_TRACE)) in print()
1143 if (!(m->eflags&REG_TRACE)) in at()