Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/grot/
H A Ddebug.c167 if (OP(*(s+opnd)) != OOR2)
175 case OOR2:
177 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH)
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c228 if (OP(*(s+opnd)) != OOR2) in s_print()
236 case OOR2: in s_print()
238 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH) in s_print()
/freebsd/contrib/nvi/regex/
H A Dengine.c431 assert(m->g->strip[esub] == OOR2); in dissect()
434 if (m->g->strip[esub] == OOR2) in dissect()
446 case OOR2: in dissect()
558 assert(s == OOR2); in backref()
634 assert(m->g->strip[esub] == OOR2); in backref()
637 if (m->g->strip[esub] == OOR2) in backref()
930 assert(OP(g->strip[pc+d]) == OOR2); in step()
940 assert(s == OOR2); in step()
945 case OOR2: /* propagate OCH_'s marking */ in step()
948 assert(g->strip[pc+d] == OOR2); in step()
H A Dregex2.h96 #define OOR2 (17) /* | pt. 2 fwd to OOR2 or O_CH */ macro
H A Dregcomp.c322 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
447 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
1036 EMIT(OOR2, 0); in repeat()
1048 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1555 if (s != O_QUEST && s != O_CH && s != OOR2) { in findmust()
/freebsd/lib/libc/regex/
H A Dengine.c557 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
560 if (OP(m->g->strip[esub]) == (sop)OOR2) in dissect()
572 case OOR2: in dissect()
725 assert(OP(s) == OOR2); in backref()
795 assert(OP(m->g->strip[esub]) == (sop)OOR2); in backref()
798 if (OP(m->g->strip[esub]) == (sop)OOR2) in backref()
1091 assert(OP(g->strip[pc+OPND(s)]) == (sop)OOR2); in step()
1099 assert(OP(s) == (sop)OOR2); in step()
1103 case OOR2: /* propagate OCH_'s marking */ in step()
1106 assert(OP(g->strip[pc+OPND(s)]) == (sop)OOR2); in step()
H A Dregex2.h100 #define OOR2 (17L<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */ macro
H A Dregcomp.c592 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
672 EMIT(OOR2, 0); /* offset is very wrong */ in p_branch_ins_offset()
1486 EMIT(OOR2, 0);
1498 EMIT(OOR2, 0); /* offset very wrong... */
1917 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2) {
2068 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2)
2086 case OOR2:
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc478 assert(OP(m->g->strip[esub]) == OOR2);
481 if (OP(m->g->strip[esub]) == OOR2)
496 case OOR2:
605 assert(OP(s) == OOR2);
679 assert(OP(m->g->strip[esub]) == OOR2);
682 if (OP(m->g->strip[esub]) == OOR2)
994 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
1002 assert(OP(s) == OOR2);
1006 case OOR2: /* propagate OCH_'s marking */
1009 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
H A Dregex2.h94 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */ macro
H A Dregcomp.c415 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
566 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
1110 EMIT(OOR2, 0); in repeat()
1122 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1571 if (OP(s) != O_QUEST && OP(s) != O_CH && OP(s) != OOR2) { in findmust()