Home
last modified time | relevance | path

Searched refs:CHAR_E (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
404 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
Dpcre2_compile.c3046 if (x == CHAR_BACKSLASH && ptr[1] == CHAR_E) in process_verb_name()
3267 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E) in scan_for_captures()
3347 if (ptr[1] == CHAR_E) in scan_for_captures()
3386 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E) /* If we are at \E */ in scan_for_captures()
4051 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E) in compile_branch()
4287 if (ptr[1] == CHAR_E) in compile_branch()
4379 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E) /* If we are at \E */ in compile_branch()
4571 if (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E) in compile_branch()
4703 while (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E) in compile_branch()
4720 while (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_E) ptr += 2; in compile_branch()
[all …]
Dpcre2_internal.h730 #define CHAR_E 'E' macro
999 #define CHAR_E '\105' macro