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

/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h96 #define OLPAREN (13) /* ( fwd to ) */ macro
H A Dengine.c466 case OLPAREN:
666 case OLPAREN: /* must undo assignment if rest fails */
968 case OLPAREN: /* not significant here */
H A Dregcomp.c373 EMIT(OLPAREN, subno);
590 EMIT(OLPAREN, subno);
620 assert(p->strip[p->pbegin[i]] == OLPAREN);
1649 case OLPAREN:
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex2.h84 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
H A Dregcomp.c321 EMIT(OLPAREN, subno);
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
561 EMIT(OLPAREN, subno);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
1474 case OLPAREN:
H A Dregengine.inc459 case OLPAREN:
646 case OLPAREN: /* must undo assignment if rest fails */
924 case OLPAREN: /* not significant here */
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h97 #define OLPAREN (13L<<OPSHIFT) /* ( fwd to ) */ macro
H A Dregcomp.c378 EMIT(OLPAREN, subno);
614 EMIT(OLPAREN, subno);
644 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
1470 case OLPAREN:
1643 case OLPAREN:
H A Dengine.c531 case OLPAREN:
728 case OLPAREN: /* must undo assignment if rest fails */
1055 case OLPAREN: /* not significant here */
/freebsd-10-stable/lib/libc/regex/grot/
H A Ddebug.c162 case OLPAREN:
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c220 case OLPAREN:

Completed in 146 milliseconds