Home | History | Annotate | Download | only in src

Lines Matching refs:ESC_C

301      -ESC_B,                  -ESC_C,
358 /* C0 */ '{',-ESC_A, -ESC_B, -ESC_C, -ESC_D,-ESC_E, 0, -ESC_G,
7389 else if (escape == ESC_C)
7395 else if (escape == ESC_C && (options & PCRE2_NEVER_BACKSLASH_C) != 0)
7410 if (escape == ESC_C) cb->external_flags |= PCRE2_HASBKC; /* Record */
7430 *code++ = (escape == ESC_C)? OP_ALLANY : escape;
7432 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape;