Home
last modified time | relevance | path

Searched refs:OOR2 (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c200 if (OP(*(s+opnd)) != OOR2)
208 case OOR2:
210 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH)
H A Dengine.c375 assert(OP(m->g->strip[esub]) == OOR2);
378 if (OP(m->g->strip[esub]) == OOR2)
390 case OOR2:
505 assert(OP(s) == OOR2);
577 assert(OP(m->g->strip[esub]) == OOR2);
580 if (OP(m->g->strip[esub]) == OOR2)
894 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
902 assert(OP(s) == OOR2);
906 case OOR2: /* propagate OCH_'s marking */
909 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
H A Dregex2.h71 #define OOR2 (17<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */ macro
H A Dregcomp.c230 EMIT(OOR2, 0); /* offset is very wrong */
357 EMIT(OOR2, 0); /* offset very wrong... */
950 EMIT(OOR2, 0);
962 EMIT(OOR2, 0); /* offset very wrong... */
1549 OP(s) != OOR2) {

Completed in 15 milliseconds