Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c430 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
433 if (OP(m->g->strip[esub]) == OOR2) in dissect()
446 case OOR2: in dissect()
554 assert(OP(s) == OOR2); in backref()
628 assert(OP(m->g->strip[esub]) == OOR2); in backref()
631 if (OP(m->g->strip[esub]) == OOR2) in backref()
919 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
927 assert(OP(s) == OOR2); in step()
931 case OOR2: /* propagate OCH_'s marking */ in step()
934 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
Dregex2.h88 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */ macro
Dregcomp.c277 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
402 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
968 EMIT(OOR2, 0); in repeat()
980 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1449 OP(s) != OOR2) { in findmust()