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

  /src/tests/lib/libc/regex/
debug.c 171 case OLPAREN:
  /src/lib/libc/regex/
regex2.h 101 #define OLPAREN (13U<<OPSHIFT) /* ( fwd to ) */
engine.c 604 case OLPAREN:
841 case OLPAREN: /* must undo assignment if rest fails */
1129 case OLPAREN: /* not significant here */
regcomp.c 472 EMIT(OLPAREN, subno);
584 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
980 EMIT(OLPAREN, subno);
1009 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
2056 case OLPAREN:
2244 case OLPAREN:

Completed in 16 milliseconds