Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ANY

1114     case OP_ANY:
1588 case OP_ANY:
4217 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY;
8113 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 ||