Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c515 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
518 if (OP(m->g->strip[esub]) == OOR2) in dissect()
530 case OOR2: in dissect()
643 assert(OP(s) == OOR2); in backref()
712 assert(OP(m->g->strip[esub]) == OOR2); in backref()
715 if (OP(m->g->strip[esub]) == OOR2) in backref()
1036 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
1044 assert(OP(s) == OOR2); in step()
1048 case OOR2: /* propagate OCH_'s marking */ in step()
1051 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
H A Dregcomp.c308 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
446 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
1014 EMIT(OOR2, 0); in repeat()
1026 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1420 OP(s) != OOR2) { in findmust()
1567 OP(s) != OOR2) in altoffset()
1585 case OOR2: in altoffset()
H A Dregex2.h101 #define OOR2 (17U<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */ macro