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

  /bionic/libc/regex/
regex2.h 55 * OOR1 and OOR2 are respectively the end and the beginning of one of
57 * and an implicit OOR1 preceding O_CH.
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
engine.c 422 assert(OP(m->g->strip[esub]) == OOR1);
427 assert(OP(m->g->strip[esub]) == OOR1);
443 case OOR1:
548 case OOR1: /* matches null but needs to skip */
617 assert(OP(m->g->strip[esub]) == OOR1);
920 case OOR1: /* done a branch, find the O_CH */
regcomp.c 273 ASTERN(OOR1, prevback);
400 ASTERN(OOR1, pos); /* this one's right */
966 ASTERN(OOR1, start);
978 ASTERN(OOR1, start);
    [all...]

Completed in 32 milliseconds