HomeSort by: relevance | last modified time | path
    Searched refs:OOR1 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/regex/
debug.c 182 case OOR1:
183 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
193 if (OP(*(s-opnd)) != OOR1)
  /src/lib/libc/regex/
regex2.h 72 * OOR1 and OOR2 are respectively the end and the beginning of one of
74 * and an implicit OOR1 preceding O_CH.
104 #define OOR1 (16U<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
106 #define O_CH (18U<<OPSHIFT) /* end choice back to OOR1 */
engine.c 578 assert(OP(m->g->strip[esub]) == OOR1);
583 assert(OP(m->g->strip[esub]) == OOR1);
599 case OOR1:
757 case OOR1: /* matches null but needs to skip */
822 assert(OP(m->g->strip[esub]) == OOR1);
1138 case OOR1: /* done a branch, find the O_CH */
regcomp.c 651 ASTERN(OOR1, pos); /* this one's right */
729 ASTERN(OOR1, bc->back);
1604 ASTERN(OOR1, start);
1616 ASTERN(OOR1, start);
2212 case OOR1:

Completed in 22 milliseconds