HomeSort by relevance Sort by last modified time
    Searched refs:OLPAREN (Results 1 - 3 of 3) sorted by null

  /bionic/libc/regex/
regex2.h 84 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c 312 EMIT(OLPAREN, subno);
525 EMIT(OLPAREN, subno);
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
engine.c 448 case OLPAREN:
635 case OLPAREN: /* must undo assignment if rest fails */
911 case OLPAREN: /* not significant here */

Completed in 508 milliseconds