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()
740 #define CHAR_E 'E' macro1037 #define CHAR_E '\105' macro
2909 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()3048 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()3559 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()3607 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
Completed in 37 milliseconds