Searched refs:ESC_Q (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 144 case ESC_Q: in find_text_end() 742 case ESC_Q: in pcre2_substitute()
|
D | pcre2_compile.c | 308 -ESC_P, -ESC_Q, 361 /* D8 */-ESC_Q,-ESC_R, 0, 0, 0, 0, 0, 0, 3102 if (rc == ESC_Q) in process_verb_name() 3322 if (escape == ESC_Q) inescq = TRUE; in scan_for_captures() 3407 if (escape == ESC_Q) inescq = TRUE; in scan_for_captures() 4569 else if (escape == ESC_Q) /* Handle start of quoted string */ in compile_branch()
|
D | pcre2_internal.h | 1316 ESC_E, ESC_Q, ESC_g, ESC_k, enumerator
|