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

  /bionic/libc/regex/
regex2.h 85 #define ORPAREN (14LU<<OPSHIFT) /* ) back to ( */
regcomp.c 319 EMIT(ORPAREN, subno);
533 EMIT(ORPAREN, subno);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
    [all...]
engine.c 453 case ORPAREN:
646 case ORPAREN: /* must undo assignment if rest fails */
912 case ORPAREN:

Completed in 24 milliseconds