Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h92 #define OLPAREN (13) /* ( fwd to ) */ macro
H A Dregcomp.c357 EMIT(OLPAREN, subno); in p_ere_exp()
570 EMIT(OLPAREN, subno); in p_simp_re()
600 assert(p->strip[p->pbegin[i]] == OLPAREN); in p_simp_re()
1542 case OLPAREN: in findmust()
H A Dengine.c450 case OLPAREN: in dissect()
643 case OLPAREN: /* must undo assignment if rest fails */ in backref()
924 case OLPAREN: /* not significant here */ in step()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h90 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
H A Dregcomp.c457 EMIT(OLPAREN, subno); in p_ere_exp()
528 assert(OP(p->strip[p->pbegin[backrefnum]]) == OLPAREN); in p_ere_exp()
697 EMIT(OLPAREN, subno); in p_simp_re()
727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
1621 case OLPAREN: in findmust()
H A Dregengine.inc500 case OLPAREN:
688 case OLPAREN: /* must undo assignment if rest fails */
819 case OLPAREN:
988 case OLPAREN: /* not significant here */
/freebsd/lib/libc/regex/
H A Dregex2.h96 #define OLPAREN (13L<<OPSHIFT) /* ( fwd to ) */ macro
H A Dregcomp.c417 EMIT(OLPAREN, subno); in p_ere_exp()
510 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_ere_exp()
898 EMIT(OLPAREN, subno); in p_simp_re()
930 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
1904 case OLPAREN:
2083 case OLPAREN:
H A Dengine.c576 case OLPAREN: in dissect()
805 case OLPAREN: /* must undo assignment if rest fails */ in backref()
1085 case OLPAREN: /* not significant here */ in step()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c159 case OLPAREN:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c220 case OLPAREN: in s_print()