Searched refs:CHAR_E (Results 1 – 3 of 3) sorted by relevance
91 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()525 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
722 #define CHAR_E 'E' macro1019 #define CHAR_E '\105' macro
2722 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()2856 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()3380 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()3428 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
Completed in 39 milliseconds