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

  /src/tests/lib/libc/regex/
debug.c 179 if (OP(*(s+opnd)) != OOR2)
187 case OOR2:
189 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH)
  /src/lib/libc/regex/
engine.c 585 assert(OP(m->g->strip[esub]) == OOR2);
588 if (OP(m->g->strip[esub]) == OOR2)
600 case OOR2:
761 assert(OP(s) == OOR2);
831 assert(OP(m->g->strip[esub]) == OOR2);
834 if (OP(m->g->strip[esub]) == OOR2)
1135 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
1143 assert(OP(s) == OOR2);
1147 case OOR2: /* propagate OCH_'s marking */
1150 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
    [all...]
regex2.h 72 * OOR1 and OOR2 are respectively the end and the beginning of one of
73 * the branches. Note that there is an implicit OOR2 following OCH_
103 #define OCH_ (15U<<OPSHIFT) /* begin choice fwd to OOR2 */
105 #define OOR2 (17U<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
regcomp.c 653 EMIT(OOR2, 0); /* offset very wrong... */
733 EMIT(OOR2, 0); /* offset is very wrong */
1606 EMIT(OOR2, 0);
1618 EMIT(OOR2, 0); /* offset very wrong... */
2068 OP(s) != O_CH && OP(s) != OOR2) {
2227 OP(s) != O_CH && OP(s) != OOR2)
2246 case OOR2:

Completed in 15 milliseconds