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

/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h72 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
74 * the branches. Note that there is an implicit OOR2 following OCH_
98 #define OCH_ (15) /* begin choice fwd to OOR2 */ macro
99 #define OOR1 (16) /* | pt. 1 back to OOR1 or OCH_ */
H A Dengine.c335 case OCH_:
424 case OCH_:
645 case OCH_: /* find the right one, if any */
972 case OCH_: /* mark the first two branches */
989 case OOR2: /* propagate OCH_'s marking */
H A Dregcomp.c328 INSERT(OCH_, conc); /* offset is wrong */
460 INSERT(OCH_, pos); /* offset slightly wrong */
462 AHEAD(pos); /* fix the OCH_ */
1064 INSERT(OCH_, start); /* offset is wrong... */
1077 INSERT(OCH_, start);
1653 case OCH_:
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex2.h54 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
56 * the branches. Note that there is an implicit OOR2 following OCH_
86 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
87 #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.c276 INSERT(OCH_, conc); /* offset is wrong */
435 INSERT(OCH_, pos); /* offset slightly wrong */
437 AHEAD(pos); /* fix the OCH_ */
1000 INSERT(OCH_, start); /* offset is wrong... */
1013 INSERT(OCH_, start);
1478 case OCH_:
/freebsd-10-stable/lib/libc/regex/grot/
H A Ddebug.c168 case OCH_:
174 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c226 case OCH_:
232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h67 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
69 * the branches. Note that there is an implicit OOR2 following OCH_
99 #define OCH_ (15L<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
100 #define OOR1 (16L<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
H A Dregcomp.c332 INSERT(OCH_, conc); /* offset is wrong */
479 INSERT(OCH_, pos); /* offset slightly wrong */
481 AHEAD(pos); /* fix the OCH_ */
1062 INSERT(OCH_, start); /* offset is wrong... */
1075 INSERT(OCH_, start);
1474 case OCH_:
1620 case OCH_:
H A Dengine.c400 case OCH_:
489 case OCH_:
706 case OCH_: /* find the right one, if any */
1059 case OCH_: /* mark the first two branches */
1073 case OOR2: /* propagate OCH_'s marking */

Completed in 132 milliseconds