HomeSort by relevance Sort by last modified time
    Searched refs:O_CH (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
57 * and an implicit OOR1 preceding O_CH.
88 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
engine.c 318 while (OP(m->g->strip[es]) != O_CH)
435 assert(OP(m->g->strip[esub]) == O_CH);
445 case O_CH:
554 } while (OP(s = m->g->strip[ss]) != O_CH);
555 /* note that the ss++ gets us past the O_CH */
623 if (OP(m->g->strip[esub]) == O_CH)
632 assert(OP(m->g->strip[esub]) == O_CH);
920 case OOR1: /* done a branch, find the O_CH */
923 OP(s = g->strip[pc+look]) != O_CH;
931 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
    [all...]
regcomp.c 282 ASTERN(O_CH, prevback);
404 ASTERN(O_CH, THERETHERE());
970 ASTERN(O_CH, THERETHERE());
982 ASTERN(O_CH, THERETHERE());
    [all...]

Completed in 30 milliseconds