HomeSort by relevance Sort by last modified time
    Searched refs:OCH_ (Results 1 - 3 of 3) sorted by null

  /bionic/libc/regex/
regex2.h 54 * - 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 */
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
regcomp.c 268 INSERT(OCH_, conc); /* offset is wrong */
399 INSERT(OCH_, pos); /* offset slightly wrong */
401 AHEAD(pos); /* fix the OCH_ */
964 INSERT(OCH_, start); /* offset is wrong... */
977 INSERT(OCH_, start);
    [all...]
engine.c 317 case OCH_:
406 case OCH_:
614 case OCH_: /* find the right one, if any */
915 case OCH_: /* mark the first two branches */
929 case OOR2: /* propagate OCH_'s marking */

Completed in 284 milliseconds