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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c4661 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E)
4899 if (ptr[1] == CHAR_E)
4995 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_E) /* If we are at \E */
5186 if (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E)
5323 while (ptr[1] == CHAR_BACKSLASH && ptr[2] == CHAR_E)
5340 while (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_E) ptr += 2;
5348 if (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_E)

Completed in 47 milliseconds