Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h93 #define ORPAREN (14) /* ) back to ( */ macro
H A Dregcomp.c364 EMIT(ORPAREN, subno); in p_ere_exp()
578 EMIT(ORPAREN, subno); in p_simp_re()
601 assert(p->strip[p->pend[i]] == ORPAREN); in p_simp_re()
1543 case ORPAREN: in findmust()
H A Dengine.c455 case ORPAREN: in dissect()
654 case ORPAREN: /* must undo assignment if rest fails */ in backref()
925 case ORPAREN: in step()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h91 #define ORPAREN (14LU<<OPSHIFT) /* ) back to ( */ macro
H A Dregcomp.c464 EMIT(ORPAREN, subno); in p_ere_exp()
529 assert(OP(p->strip[p->pend[backrefnum]]) == ORPAREN); in p_ere_exp()
705 EMIT(ORPAREN, subno); in p_simp_re()
728 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1622 case ORPAREN: in findmust()
H A Dregengine.inc310 if (OP(g->strip[startst]) != ORPAREN)
505 case ORPAREN:
699 case ORPAREN: /* must undo assignment if rest fails */
820 case ORPAREN:
989 case ORPAREN:
/freebsd/lib/libc/regex/
H A Dregex2.h97 #define ORPAREN (14L<<OPSHIFT) /* ) back to ( */ macro
H A Dregcomp.c424 EMIT(ORPAREN, subno); in p_ere_exp()
511 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
906 EMIT(ORPAREN, subno); in p_simp_re()
931 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1905 case ORPAREN:
2084 case ORPAREN:
H A Dengine.c581 case ORPAREN: in dissect()
815 case ORPAREN: /* must undo assignment if rest fails */ in backref()
1086 case ORPAREN: in step()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c162 case ORPAREN:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c223 case ORPAREN: in s_print()