Searched refs:ESC_E (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 163 -ESC_D, -ESC_E, 213 /* C0 */ '{',-ESC_A, -ESC_B, -ESC_C, -ESC_D,-ESC_E, 0, -ESC_G, 5064 else if (escape == ESC_E) continue; /* Ignore orphan \E */ in compile_branch() 7703 if (escape == ESC_E) continue; /* Perl ignores an orphan \E */ in compile_branch()
|
D | pcre_internal.h | 1849 ESC_E, ESC_Q, ESC_g, ESC_k, enumerator
|