Searched refs:OP_ANY (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/pcre/
H A Dpcre_dfa_exec.c267 0, 0 /* OP_ANY, OP_ALLANY */
275 1, 1 /* OP_ANY, OP_ALLANY */
903 case OP_ANY:
1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE,
1170 if (d == OP_ANY && ptr + 1 >= md->end_subject &&
1180 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1201 if (d == OP_ANY && ptr + 1 >= md->end_subject &&
1211 (d != OP_ANY || !IS_NEWLINE(ptr)) &&
1231 if (d == OP_ANY && ptr + 1 >= md->end_subject &&
1241 (d != OP_ANY || !IS_NEWLIN
[all...]
H A Dpcre_study.c278 case OP_ANY:
856 case OP_ANY:
1229 case OP_ANY:
H A Dpcre_exec.c2305 case OP_ANY:
4383 case OP_ANY:
4636 case OP_ANY:
5151 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5156 case OP_ANY: /* This is the non-NL case */
5276 if (ctype == OP_ANY && IS_NEWLINE(eptr))
5281 case OP_ANY: /* This is the non-NL case */
5706 case OP_ANY:
5948 case OP_ANY:
H A Dpcre_compile.c1914 case OP_ANY:
2590 case OP_ANY:
2981 case OP_ANY:
4825 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY;
8783 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 ||

Completed in 171 milliseconds