Searched refs:OCH_ (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/lib/libc/regex/grot/ |
| HD | debug.c | 165 case OCH_: 171 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/regex/ |
| HD | debug.c | 226 case OCH_: in s_print() 232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_) in s_print()
|
| /freebsd-14-stable/contrib/nvi/regex/ |
| HD | regex2.h | 94 #define OCH_ (15) /* begin choice fwd to OOR2 */ macro
|
| HD | 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()
|
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regex2.h | 92 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
|
| HD | 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()
|
| HD | 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-14-stable/lib/libc/regex/ |
| HD | regex2.h | 100 #define OCH_ (15L<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
|
| HD | regcomp.c | 579 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 653 INSERT(OCH_, bc->start); /* offset is wrong */ in p_branch_ins_offset() 1468 INSERT(OCH_, start); /* offset is wrong... */ 1481 INSERT(OCH_, start); 1895 case OCH_: 2045 case OCH_:
|
| HD | engine.c | 443 case OCH_: in dissect() 536 case OCH_: in dissect() 785 case OCH_: /* find the right one, if any */ in backref() 1091 case OCH_: /* mark the first two branches */ in step()
|