Home
last modified time | relevance | path

Searched refs:ESC_C (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c301 -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) in compile_branch()
7395 else if (escape == ESC_C && (options & PCRE2_NEVER_BACKSLASH_C) != 0) in compile_branch()
7410 if (escape == ESC_C) cb->external_flags |= PCRE2_HASBKC; /* Record */ in compile_branch()
7430 *code++ = (escape == ESC_C)? OP_ALLANY : escape; in compile_branch()
7432 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape; in compile_branch()
Dpcre2_internal.h1314 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator