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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c279 case OP_ALLANY:
298 non-UTF-8 mode \C will actually be turned into OP_ALLANY, so won't ever
855 case OP_ALLANY:
1230 case OP_ALLANY:
H A Dpcre_compile.c1915 case OP_ALLANY:
1921 otherwise \C is coded as OP_ALLANY. */
2591 case OP_ALLANY:
2982 case OP_ALLANY:
4825 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY;
4914 [^] must match any character, so generate OP_ALLANY. */
4919 *code++ = negate_class? OP_ALLANY : OP_FAIL;
8087 /* In non-UTF-8 mode, we turn \C into OP_ALLANY instead of OP_ANYBYTE
8093 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape;
8657 /* .* is not anchored unless DOTALL is set (which generates OP_ALLANY) an
[all...]
H A Dpcre_exec.c2321 case OP_ALLANY:
4406 case OP_ALLANY:
4658 case OP_ALLANY:
5168 case OP_ALLANY:
5293 case OP_ALLANY:
5729 case OP_ALLANY:
5970 case OP_ALLANY:
H A Dpcre_dfa_exec.c267 0, 0 /* OP_ANY, OP_ALLANY */
275 1, 1 /* OP_ANY, OP_ALLANY */
922 case OP_ALLANY:
1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE,

Completed in 162 milliseconds