Searched refs:OP_ANY (Results 1 – 6 of 6) sorted by relevance
272 case OP_ANY: in find_minlength()772 case OP_ANY: in set_start_bits()1129 case OP_ANY: in set_start_bits()
2283 case OP_ANY: in match()4274 case OP_ANY: in match()4532 case OP_ANY: in match()5034 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5039 case OP_ANY: /* This is the non-NL case */ in match()5159 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5164 case OP_ANY: /* This is the non-NL case */ in match()5549 case OP_ANY: in match()5825 case OP_ANY: in match()
1904 case OP_ANY: in find_fixedlength()2533 case OP_ANY: in could_be_empty_branch()4015 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()7599 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 || in is_startline()
1903 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
163 OP_ANY match any one character other than newline
1764 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s1767 OP_ANY for "." when DOTALL was set, and then removing the runtime tests1768 on the OP_ANY path.
Completed in 65 milliseconds