HomeSort by: relevance | last modified time | path
    Searched refs:REG_TRACE (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
regex.h 132 #define REG_TRACE 00400 /* tracing of execution */
  /src/tests/lib/libc/regex/
main.c 59 #define REG_TRACE 0
392 o |= REG_TRACE;
  /src/lib/libc/regex/
engine.c 150 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1188 if (!(m->eflags&REG_TRACE))
1225 if (!(m->eflags&REG_TRACE))

Completed in 17 milliseconds