Home
last modified time | relevance | path

Searched refs:OOR2 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c512 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
515 if (OP(m->g->strip[esub]) == OOR2) in dissect()
532 case OOR2: in dissect()
651 assert(OP(s) == OOR2); in backref()
724 assert(OP(m->g->strip[esub]) == OOR2); in backref()
727 if (OP(m->g->strip[esub]) == OOR2) in backref()
1051 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
1059 assert(OP(s) == OOR2); in step()
1063 case OOR2: /* propagate OCH_'s marking */ in step()
1066 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
Dregex2.h140 #define OOR2 OPC(17) /* | pt. 2 fwd to OOR2 or O_CH */ macro
Dregcomp.c378 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
508 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
1168 EMIT(OOR2, 0); in repeat()
1180 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1848 OP(s) != OOR2) { in findmust()