Searched refs:OCH_ (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 165 case OCH_: 171 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 226 case OCH_: in s_print() 232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_) in s_print()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex2.h | 94 #define OCH_ (15) /* begin choice fwd to OOR2 */ macro
|
H A D | regcomp.c | 313 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 444 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 1032 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1045 INSERT(OCH_, start); in repeat() 1546 case OCH_: in findmust()
|
H A D | engine.c | 319 case OCH_: in dissect() 408 case OCH_: in dissect() 622 case OCH_: /* find the right one, if any */ in backref() 928 case OCH_: /* mark the first two branches */ in step()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 92 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
|
H A D | regcomp.c | 412 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 571 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 1134 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1147 INSERT(OCH_, start); in repeat() 1625 case OCH_: in findmust()
|
H A D | regengine.inc | 362 case OCH_: 455 case OCH_: 667 case OCH_: /* find the right one, if any */ 992 case OCH_: /* mark the first two branches */ 1006 case OOR2: /* propagate OCH_'s marking */
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 98 #define OCH_ (15L<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
|
H A D | regcomp.c | 589 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 663 INSERT(OCH_, bc->start); /* offset is wrong */ in p_branch_ins_offset() 1481 INSERT(OCH_, start); /* offset is wrong... */ 1494 INSERT(OCH_, start); 1908 case OCH_: 2058 case OCH_:
|
H A D | engine.c | 441 case OCH_: in dissect() 534 case OCH_: in dissect() 783 case OCH_: /* find the right one, if any */ in backref() 1089 case OCH_: /* mark the first two branches */ in step()
|