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

/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregex2.h31 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
33 * the branches. Note that there is an implicit OOR2 following OCH_
63 #define OCH_ (15<<OPSHIFT) /* begin choice fwd to OOR2 */ macro
64 #define OOR1 (16<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
H A Ddebug.c198 case OCH_:
204 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
H A Dregcomp.c211 INSERT(OCH_, conc); /* offset is wrong */
344 INSERT(OCH_, pos); /* offset slightly wrong */
346 AHEAD(pos); /* fix the OCH_ */
936 INSERT(OCH_, start); /* offset is wrong... */
949 INSERT(OCH_, start);
1525 case OCH_:
H A Dengine.c263 case OCH_:
352 case OCH_:
565 case OCH_: /* find the right one, if any */
892 case OCH_: /* mark the first two branches */
906 case OOR2: /* propagate OCH_'s marking */
/macosx-10.10.1/llvmCore-3425.0.34/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 */
407 INSERT(OCH_, pos); /* offset slightly wrong */
409 AHEAD(pos); /* fix the OCH_ */
972 INSERT(OCH_, start); /* offset is wrong... */
985 INSERT(OCH_, start);
1450 case OCH_:

Completed in 83 milliseconds