Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/nvi/regex/
HDregex2.h92 #define OLPAREN (13) /* ( fwd to ) */ macro
HDregcomp.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()
HDengine.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-13-stable/contrib/llvm-project/llvm/lib/Support/
HDregex2.h90 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
HDregcomp.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()
HDregengine.inc500 case OLPAREN:
688 case OLPAREN: /* must undo assignment if rest fails */
819 case OLPAREN:
988 case OLPAREN: /* not significant here */
/freebsd-13-stable/lib/libc/regex/
HDregex2.h98 #define OLPAREN (13L<<OPSHIFT) /* ( fwd to ) */ macro
HDregcomp.c423 EMIT(OLPAREN, subno); in p_ere_exp()
514 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_ere_exp()
889 EMIT(OLPAREN, subno); in p_simp_re()
918 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
1892 case OLPAREN:
2071 case OLPAREN:
HDengine.c579 case OLPAREN: in dissect()
808 case OLPAREN: /* must undo assignment if rest fails */ in backref()
1088 case OLPAREN: /* not significant here */ in step()
/freebsd-13-stable/lib/libc/regex/grot/
HDdebug.c160 case OLPAREN:
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
HDdebug.c220 case OLPAREN: in s_print()