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

/freebsd-12-stable/contrib/nvi/regex/
H A Dregex2.h68 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
70 * the branches. Note that there is an implicit OOR2 following OCH_
94 #define OCH_ (15) /* begin choice fwd to OOR2 */ macro
95 #define OOR1 (16) /* | pt. 1 back to OOR1 or OCH_ */
H A Dengine.c319 case OCH_:
408 case OCH_:
622 case OCH_: /* find the right one, if any */
928 case OCH_: /* mark the first two branches */
945 case OOR2: /* propagate OCH_'s marking */
H A Dregcomp.c313 INSERT(OCH_, conc); /* offset is wrong */
444 INSERT(OCH_, pos); /* offset slightly wrong */
446 AHEAD(pos); /* fix the OCH_ */
1032 INSERT(OCH_, start); /* offset is wrong... */
1045 INSERT(OCH_, start);
1546 case OCH_:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h60 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
62 * the branches. Note that there is an implicit OOR2 following OCH_
92 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
93 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
H A Dregengine.inc321 case OCH_:
414 case OCH_:
625 case OCH_: /* find the right one, if any */
928 case OCH_: /* mark the first two branches */
942 case OOR2: /* propagate OCH_'s marking */
H A Dregcomp.c412 INSERT(OCH_, conc); /* offset is wrong */
571 INSERT(OCH_, pos); /* offset slightly wrong */
573 AHEAD(pos); /* fix the OCH_ */
1136 INSERT(OCH_, start); /* offset is wrong... */
1149 INSERT(OCH_, start);
1627 case OCH_:
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c226 case OCH_:
232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
/freebsd-12-stable/lib/libc/regex/grot/
H A Ddebug.c168 case OCH_:
174 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
/freebsd-12-stable/lib/libc/regex/
H A Dregex2.h69 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
71 * the branches. Note that there is an implicit OOR2 following OCH_
101 #define OCH_ (15L<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
102 #define OOR1 (16L<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
H A Dengine.c446 case OCH_:
539 case OCH_:
788 case OCH_: /* find the right one, if any */
1094 case OCH_: /* mark the first two branches */
1108 case OOR2: /* propagate OCH_'s marking */
H A Dregcomp.c566 INSERT(OCH_, pos); /* offset slightly wrong */
568 AHEAD(pos); /* fix the OCH_ */
640 INSERT(OCH_, bc->start); /* offset is wrong */
1455 INSERT(OCH_, start); /* offset is wrong... */
1468 INSERT(OCH_, start);
1867 case OCH_:
2017 case OCH_:

Completed in 192 milliseconds